From 5d43e00d8d16f67227514433ff43e2d6fbfed458 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Tue, 22 Oct 2024 10:02:46 -0600 Subject: [PATCH] wait for notifies --- maps/mp/bots/_bot.gsc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maps/mp/bots/_bot.gsc b/maps/mp/bots/_bot.gsc index f5095ce..6bfaa93 100644 --- a/maps/mp/bots/_bot.gsc +++ b/maps/mp/bots/_bot.gsc @@ -521,10 +521,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 ); } /*