1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-07-04 18:11:49 +00:00

Compare commits

2 Commits

Author SHA1 Message Date
1ca1cab3de fix this logic error 2025-01-23 23:44:24 -06:00
78435888b8 wait for notifies 2024-10-22 10:04:52 -06:00
2 changed files with 3 additions and 6 deletions

View File

@ -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 );
}
/*

View File

@ -79,9 +79,6 @@ removeChildFixed( element )
}
self.children = temp;
element.index = undefined;
element.parent = undefined;
}
destroyElemFixed()