Skip to content

Commit

Permalink
Fixed offsets for SetClientName (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonhasacat authored and asherkin committed Oct 7, 2016
1 parent 8a31f97 commit ce00d46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gamedata/sdktools.games/engine.csgo.txt
Expand Up @@ -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*);
Expand All @@ -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.
Expand Down

0 comments on commit ce00d46

Please sign in to comment.