wait for notfies

This commit is contained in:
ineed bots 2024-10-22 10:04:08 -06:00
parent 8f0b21578a
commit aa75e1f048

View File

@ -595,11 +595,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 );
/*
DEBUG