diff --git a/Extension/swforwards.cpp b/Extension/swforwards.cpp index 6e46d39..0c41e00 100644 --- a/Extension/swforwards.cpp +++ b/Extension/swforwards.cpp @@ -109,9 +109,9 @@ void SteamWorksForwards::OnGroupStatusResult(GSClientGroupStatus_t *pResponse) return; } - this->pFOCGS->PushCell(pResonse->m_SteamIDUser.GetAccountID()); - this->pFOCGS->PushCell(pResonse->m_SteamIDGroup.GetAccountID()); - this->pFOCGS->PushCell(pResonse->m_bMember); - this->pFOCGS->PushCell(pResonse->m_bOfficer); + this->pFOCGS->PushCell(pResponse->m_SteamIDUser.GetAccountID()); + this->pFOCGS->PushCell(pResponse->m_SteamIDGroup.GetAccountID()); + this->pFOCGS->PushCell(pResponse->m_bMember); + this->pFOCGS->PushCell(pResponse->m_bOfficer); this->pFOCGS->Execute(NULL); } \ No newline at end of file