mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-07-04 18:21:52 +00:00
Compare commits
4 Commits
master
...
fdbb5d8da9
Author | SHA1 | Date | |
---|---|---|---|
fdbb5d8da9 | |||
522d7d53a8 | |||
a705a925a1 | |||
44fa37f005 |
@ -695,10 +695,9 @@ connected()
|
||||
level.bots[ level.bots.size ] = self;
|
||||
self thread onDisconnect();
|
||||
|
||||
self thread watchBotDebugEvent();
|
||||
|
||||
waittillframeend; // wait for waittills to process
|
||||
level notify( "bot_connected", self );
|
||||
|
||||
self thread watchBotDebugEvent();
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -79,6 +79,9 @@ removeChildFixed( element )
|
||||
}
|
||||
|
||||
self.children = temp;
|
||||
|
||||
element.index = undefined;
|
||||
element.parent = undefined;
|
||||
}
|
||||
|
||||
destroyElemFixed()
|
||||
|
Reference in New Issue
Block a user