Compare commits

..

2 Commits

Author SHA1 Message Date
ineed bots
9604ea1df3 Merge branch 'master' of https://github.com/ineedbots/bo1_bot_warfare 2024-10-22 10:06:04 -06:00
ineed bots
80865977ad wait for notifies 2024-10-22 10:06:02 -06:00

View File

@ -298,10 +298,10 @@ connected()
level.bots[ level.bots.size ] = self; level.bots[ level.bots.size ] = self;
self thread onDisconnect(); self thread onDisconnect();
level notify( "bot_connected", self );
self thread watchBotDebugEvent(); self thread watchBotDebugEvent();
waittillframeend; // wait for waittills to process
level notify( "bot_connected", self );
} }
/* /*