mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-04-19 18:12:54 +00:00
fix return type
This commit is contained in:
parent
e4c5748fc1
commit
7e22c16446
@ -11,7 +11,7 @@ bool is_mp() { return current == gamemode::multiplayer; }
|
||||
bool is_sp() { return current == gamemode::zombies; }
|
||||
} // namespace environment
|
||||
|
||||
bool SV_IsTestClient(int clientNum) {
|
||||
int SV_IsTestClient(int clientNum) {
|
||||
return svs_clients[clientNum].bIsTestClient == 1;
|
||||
}
|
||||
} // namespace game
|
||||
|
@ -34,7 +34,7 @@ private:
|
||||
T* t5zm_;
|
||||
};
|
||||
|
||||
extern bool SV_IsTestClient(int clientNum);
|
||||
extern int SV_IsTestClient(int clientNum);
|
||||
} // namespace game
|
||||
|
||||
#include "symbols.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user