From 10eb4e870294fe49146304d95b58142c00ca6763 Mon Sep 17 00:00:00 2001 From: mkwcat Date: Mon, 27 Nov 2023 01:27:34 -0500 Subject: [PATCH] GPCM: Rename wwfc_auth_sig to wwfc_sig --- gpcm/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpcm/login.go b/gpcm/login.go index bf16c35..e71a4d2 100644 --- a/gpcm/login.go +++ b/gpcm/login.go @@ -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) {