wait for notifies

This commit is contained in:
ineed bots 2024-10-22 10:06:02 -06:00
parent 2d18695341
commit 80865977ad

View File

@ -298,10 +298,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 );
}
/*