1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-07 00:37:42 +00:00

wait for notifies

This commit is contained in:
ineed bots 2024-10-22 10:04:52 -06:00
parent d76bff04a6
commit 78435888b8

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