Skip to content

Commit

Permalink
wait for notifies
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Oct 22, 2024
1 parent d76bff0 commit 7843588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maps/mp/bots/_bot.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -945,10 +945,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 );
}

/*
Expand Down

0 comments on commit 7843588

Please sign in to comment.