mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-09-25 16:55:31 -05:00
GPCM: Rename wwfc_auth_sig to wwfc_sig
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user