Prevent infinite spawn search loops by /mark cmd
This commit is contained in:
parent
7379b2069b
commit
568cbb2672
@ -618,11 +618,11 @@ public class BawkBawkBattles extends TeamGame implements IThrown
|
||||
setupChallengeSpawnLocations();
|
||||
_challenge.createMap();
|
||||
|
||||
spawnAndResetPlayers(false);
|
||||
|
||||
if (_settings.canMarkSpawnLocations())
|
||||
_challenge.markSpawnLocations();
|
||||
|
||||
spawnAndResetPlayers(false);
|
||||
|
||||
_delay = System.currentTimeMillis();
|
||||
_settings.setWaiting(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user