mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-09-03 22:57:25 +00:00
fast restart
This commit is contained in:
@@ -252,6 +252,12 @@ connected()
|
||||
|
||||
if(!self is_bot())
|
||||
return;
|
||||
|
||||
if (!isDefined(self.pers["isBot"]))
|
||||
{
|
||||
// fast restart...
|
||||
self.pers["isBot"] = true;
|
||||
}
|
||||
|
||||
if (!isDefined(self.pers["isBotWarfare"]))
|
||||
{
|
||||
|
Reference in New Issue
Block a user