mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-05-11 22:54:53 +00:00
try this
This commit is contained in:
parent
7e22c16446
commit
81923d57af
@ -12,6 +12,6 @@ bool is_sp() { return current == gamemode::zombies; }
|
|||||||
} // namespace environment
|
} // namespace environment
|
||||||
|
|
||||||
int SV_IsTestClient(int clientNum) {
|
int SV_IsTestClient(int clientNum) {
|
||||||
return svs_clients[clientNum].bIsTestClient == 1;
|
return svs_clients[clientNum].bIsTestClient;
|
||||||
}
|
}
|
||||||
} // namespace game
|
} // namespace game
|
||||||
|
Loading…
x
Reference in New Issue
Block a user