waitfor notifies

This commit is contained in:
ineed bots 2024-10-22 10:00:30 -06:00
parent 1389196ddf
commit edbd63875e

View File

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