GPCM: Rename wwfc_auth_sig to wwfc_sig

This commit is contained in:
mkwcat
2023-11-27 01:27:34 -05:00
parent 6ce7065e23
commit 10eb4e8702

View File

@@ -121,7 +121,7 @@ func (g *GameSpySession) login(command common.GameSpyCommand) {
return
}
signature, exists := command.OtherValues["wwfc_auth_sig"]
signature, exists := command.OtherValues["wwfc_sig"]
if exists {
// TODO: This is still in testing so it's only checked if it exists
if !verifySignature(authToken, signature) {