forked from MagicBane/Server
Variable initialized.
This commit is contained in:
@@ -57,8 +57,7 @@ public class Zone extends AbstractGameObject {
|
|||||||
private boolean isPlayerCity = false;
|
private boolean isPlayerCity = false;
|
||||||
private String hash;
|
private String hash;
|
||||||
public float worldAltitude = 0;
|
public float worldAltitude = 0;
|
||||||
private float seaLevel = 0;
|
private float seaLevel = MBServerStatics.SEA_FLOOR_ALTITUDE;
|
||||||
//public static ArrayList<Mob> respawnQue = new ArrayList<>();
|
|
||||||
public static final Set<Mob> respawnQue = Collections.newSetFromMap(new ConcurrentHashMap<>());
|
public static final Set<Mob> respawnQue = Collections.newSetFromMap(new ConcurrentHashMap<>());
|
||||||
public static long lastRespawn = 0;
|
public static long lastRespawn = 0;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user