Update CS:GO CBaseClient related gamedata.

This commit is contained in:
Ruben Gonzalez 2017-06-21 07:37:04 -04:00
parent e6e54813bb
commit b9fd586f2f

View File

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