Fixed offsets for SetClientName (#547)

This commit is contained in:
Jonhasacat 2016-10-07 04:41:05 -04:00 committed by Asher Baker
parent 549fea4b0a
commit fdb80bd9cf

View File

@ -189,9 +189,9 @@
"SetUserCvar"
{
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
"windows" "29"
"linux" "67"
"mac" "67"
"windows" "30"
"linux" "68"
"mac" "68"
}
/**
* CBaseClient::SetName(char const*);
@ -200,9 +200,9 @@
*/
"SetClientName"
{
"windows" "28"
"linux" "66"
"mac" "66"
"windows" "29"
"linux" "67"
"mac" "67"
}
/**
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.