From fa43b34dd5ca758e368b3748597c8cdebf432769 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Tue, 22 Oct 2024 10:03:29 -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 33c7161..a76ec7d 100644 --- a/maps/mp/bots/_bot.gsc +++ b/maps/mp/bots/_bot.gsc @@ -522,10 +522,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 ); } /*