This commit is contained in:
Kyle Sanderson 2025-11-24 16:13:07 +00:00 committed by GitHub
commit b85ba21ccb
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() GameHooks::GameHooks()
: client_cvar_query_mode_(ClientCvarQueryMode::Unavailable), : client_cvar_query_mode_(ClientCvarQueryMode::Unavailable),
last_command_client_(-1) last_command_client_(0)
{ {
} }