Compare commits

...

2 Commits

Author SHA1 Message Date
c7188a9cfc fix error 2024-10-22 16:26:29 -06:00
aa75e1f048 wait for notfies 2024-10-22 10:04:08 -06:00

View File

@ -595,10 +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 );
}
/*