This commit is contained in:
Kyle Sanderson 2025-11-24 00:50:02 +01:00 committed by GitHub
commit eccc342a04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ SH_DECL_HOOK1_void(IServerGameClients, SetCommandClient, SH_NOATTRIB, false, int
GameHooks::GameHooks()
: client_cvar_query_mode_(ClientCvarQueryMode::Unavailable),
last_command_client_(-1)
last_command_client_(0)
{
}