Fix Linux SetClientName/SetUserConVar gamedata on Nuclear Dawn (Fixes #1225).

This commit is contained in:
Nick Hastings 2020-04-08 17:47:49 -04:00
parent 7f239bb931
commit 1d98c3a782

View File

@ -116,8 +116,8 @@
{ {
/* Not 100% sure on this, why would windows change and not linux - TEST ME */ /* Not 100% sure on this, why would windows change and not linux - TEST ME */
"windows" "17" "windows" "17"
"linux" "63" "linux" "61"
"mac" "63" "mac" "61"
} }
/** /**
* CBaseClient::SetName(char const*); * CBaseClient::SetName(char const*);
@ -127,8 +127,8 @@
"SetClientName" "SetClientName"
{ {
"windows" "16" "windows" "16"
"linux" "62" "linux" "60"
"mac" "62" "mac" "60"
} }
/** /**
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made. * Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.