diff --git a/Extension/swgshooks.cpp b/Extension/swgshooks.cpp index f516e66..f9de762 100644 --- a/Extension/swgshooks.cpp +++ b/Extension/swgshooks.cpp @@ -76,7 +76,7 @@ void SteamWorksGSHooks::LogOnAnonymous(void) this->pFOTR->PushCell(sizeof(pToken)); this->pFOTR->Execute(NULL); - pGameServer->LogOn(pToken, pToken); + pGameServer->LogOn(pToken); RETURN_META(MRES_SUPERCEDE); }