From c5bf9d0a07f028a6f08efd89a2b47a7c1bd6781d Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Wed, 25 Feb 2015 20:56:09 -0800 Subject: [PATCH] Never forget the 'p'. (buildfix for 9a6fd52be80d9cae860a362ede5d9aedd9568d0f). --- Extension/swforwards.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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