12
0

Fix AirShip-Testarena startup

Dieser Commit ist enthalten in:
Lixfel 2020-07-26 08:11:48 +02:00
Ursprung 743e40c9ce
Commit d74f08b179

Datei anzeigen

@ -8,6 +8,7 @@ public class WorldLoadEvent implements Listener {
@EventHandler
public void onWorldInit(WorldInitEvent e){
e.getWorld().setKeepSpawnInMemory(false);
if(Integer.parseInt(System.getProperty("fightID", "0")) != -1) // On testarenas not
e.getWorld().setKeepSpawnInMemory(false);
}
}