Update CS:GO CBaseClient related gamedata.
This commit is contained in:
parent
e6e54813bb
commit
b9fd586f2f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user