mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-21 18:05:44 +00:00
isbot
This commit is contained in:
parent
e0cd214323
commit
a8962056d1
@ -55,11 +55,7 @@ doHostCheck()
|
|||||||
*/
|
*/
|
||||||
is_bot()
|
is_bot()
|
||||||
{
|
{
|
||||||
#if isSyscallDefined isBot
|
return self.isbot;
|
||||||
return self isBot();
|
|
||||||
#else
|
|
||||||
return ((isDefined(self.pers["isBot"]) && self.pers["isBot"]) || (isDefined(self.pers["isBotWarfare"]) && self.pers["isBotWarfare"]) || self getguid()+"" == "0");
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user