mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-07-04 10:01:49 +00:00
Compare commits
2 Commits
d76bff04a6
...
master
Author | SHA1 | Date | |
---|---|---|---|
1ca1cab3de | |||
78435888b8 |
@ -945,10 +945,10 @@ connected()
|
||||
|
||||
level.bots[ level.bots.size ] = self;
|
||||
self thread onDisconnect();
|
||||
|
||||
level notify( "bot_connected", self );
|
||||
|
||||
self thread watchBotDebugEvent();
|
||||
|
||||
waittillframeend; // wait for waittills to process
|
||||
level notify( "bot_connected", self );
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -79,9 +79,6 @@ removeChildFixed( element )
|
||||
}
|
||||
|
||||
self.children = temp;
|
||||
|
||||
element.index = undefined;
|
||||
element.parent = undefined;
|
||||
}
|
||||
|
||||
destroyElemFixed()
|
||||
|
Reference in New Issue
Block a user