Update CS:GO CBaseClient related gamedata.
This commit is contained in:
parent
e6e54813bb
commit
b9fd586f2f
@ -176,9 +176,9 @@
|
|||||||
"SetUserCvar"
|
"SetUserCvar"
|
||||||
{
|
{
|
||||||
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
|
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
|
||||||
"windows" "30"
|
"windows" "31"
|
||||||
"linux" "68"
|
"linux" "69"
|
||||||
"mac" "68"
|
"mac" "69"
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* CBaseClient::SetName(char const*);
|
* CBaseClient::SetName(char const*);
|
||||||
@ -187,9 +187,9 @@
|
|||||||
*/
|
*/
|
||||||
"SetClientName"
|
"SetClientName"
|
||||||
{
|
{
|
||||||
"windows" "29"
|
"windows" "30"
|
||||||
"linux" "67"
|
"linux" "68"
|
||||||
"mac" "67"
|
"mac" "68"
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
|
Loading…
Reference in New Issue
Block a user