mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-07-05 02:32:11 +00:00
try this
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user