Skip to content

Commit

Permalink
Update CS:GO CBaseClient related gamedata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drifter321 committed Jun 21, 2017
1 parent e6e5481 commit b9fd586
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gamedata/sdktools.games/engine.csgo.txt
Expand Up @@ -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*);
Expand All @@ -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.
Expand Down

0 comments on commit b9fd586

Please sign in to comment.