From c42f73b66cc301af4328ae6875c1e0ab263d5033 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 27 May 2016 09:33:20 -0400 Subject: [PATCH] Update more Insurgency gamedata. --- gamedata/sdktools.games/engine.insurgency.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gamedata/sdktools.games/engine.insurgency.txt b/gamedata/sdktools.games/engine.insurgency.txt index 818a37fe..c5ce4ab0 100644 --- a/gamedata/sdktools.games/engine.insurgency.txt +++ b/gamedata/sdktools.games/engine.insurgency.txt @@ -173,9 +173,9 @@ */ "SetUserCvar" { - "windows" "21" - "linux" "68" - "mac" "68" + "windows" "22" + "linux" "69" + "mac" "69" } /** * CBaseClient::SetName(char const*); @@ -184,9 +184,9 @@ */ "SetClientName" { - "windows" "20" - "linux" "67" - "mac" "67" + "windows" "21" + "linux" "68" + "mac" "68" } /** * Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.