diff --git a/maps/mp/bots/_bot.gsc b/maps/mp/bots/_bot.gsc index edfe956..5eb3378 100644 --- a/maps/mp/bots/_bot.gsc +++ b/maps/mp/bots/_bot.gsc @@ -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