From 4c895a78c6b4b021dce5aa5d390d1059615e9f00 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 29 Jul 2015 06:58:56 -0400 Subject: [PATCH] Update 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 aeb326d2..91757a72 100644 --- a/gamedata/sdktools.games/engine.insurgency.txt +++ b/gamedata/sdktools.games/engine.insurgency.txt @@ -173,9 +173,9 @@ */ "SetUserCvar" { - "windows" "20" - "linux" "67" - "mac" "67" + "windows" "21" + "linux" "68" + "mac" "68" } /** * CBaseClient::SetName(char const*); @@ -184,9 +184,9 @@ */ "SetClientName" { - "windows" "19" - "linux" "66" - "mac" "66" + "windows" "20" + "linux" "67" + "mac" "67" } /** * Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.