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