From 1d98c3a782b6a2b67c3fb35b65509390a4aa09ee Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Wed, 8 Apr 2020 17:47:49 -0400 Subject: [PATCH] Fix Linux SetClientName/SetUserConVar gamedata on Nuclear Dawn (Fixes #1225). --- gamedata/sdktools.games/game.nucleardawn.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gamedata/sdktools.games/game.nucleardawn.txt b/gamedata/sdktools.games/game.nucleardawn.txt index 406e5b2f..b8aa8410 100644 --- a/gamedata/sdktools.games/game.nucleardawn.txt +++ b/gamedata/sdktools.games/game.nucleardawn.txt @@ -116,8 +116,8 @@ { /* Not 100% sure on this, why would windows change and not linux - TEST ME */ "windows" "17" - "linux" "63" - "mac" "63" + "linux" "61" + "mac" "61" } /** * CBaseClient::SetName(char const*); @@ -127,8 +127,8 @@ "SetClientName" { "windows" "16" - "linux" "62" - "mac" "62" + "linux" "60" + "mac" "60" } /** * Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.