From b9fd586f2f92200601dcb21887b043cb234a3d73 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Wed, 21 Jun 2017 07:37:04 -0400 Subject: [PATCH] Update CS:GO CBaseClient related gamedata. --- gamedata/sdktools.games/engine.csgo.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gamedata/sdktools.games/engine.csgo.txt b/gamedata/sdktools.games/engine.csgo.txt index ae51bb27..f817d93d 100644 --- a/gamedata/sdktools.games/engine.csgo.txt +++ b/gamedata/sdktools.games/engine.csgo.txt @@ -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.