diff --git a/maps/bots/_bot.gsc b/maps/bots/_bot.gsc index 6b53c59..1e7a2b8 100644 --- a/maps/bots/_bot.gsc +++ b/maps/bots/_bot.gsc @@ -369,10 +369,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 ); } /*