This commit is contained in:
2023-01-30 19:57:22 +00:00
parent 7e22c16446
commit 81923d57af

View File

@ -12,6 +12,6 @@ bool is_sp() { return current == gamemode::zombies; }
} // namespace environment
int SV_IsTestClient(int clientNum) {
return svs_clients[clientNum].bIsTestClient == 1;
return svs_clients[clientNum].bIsTestClient;
}
} // namespace game