3 Commits

Author SHA1 Message Date
31415e49e5 fix this logic error 2025-01-23 23:44:41 -06:00
edbd63875e waitfor notifies 2024-10-22 10:00:30 -06:00
1389196ddf Add additional maps to getGoodMapAmount() (#100)
* Add CoD4 Pack and MW3 Pack for fillmodes

* Default should be higher

* Edit CoD4 Pack Waypoints

* Edit MW3 waypoints

- Also fixes for: Quarry, bog_sh
2024-09-21 17:06:53 -06:00
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -79,9 +79,6 @@ removeChildFixed( element )
}
self.children = temp;
element.index = undefined;
element.parent = undefined;
}
destroyElemFixed()