Variable initialized.

This commit is contained in:
2023-09-14 12:30:54 -04:00
parent 2af08d6823
commit 12872ee51e
+1 -2
View File
@@ -57,8 +57,7 @@ public class Zone extends AbstractGameObject {
private boolean isPlayerCity = false;
private String hash;
public float worldAltitude = 0;
private float seaLevel = 0;
//public static ArrayList<Mob> respawnQue = new ArrayList<>();
private float seaLevel = MBServerStatics.SEA_FLOOR_ALTITUDE;
public static final Set<Mob> respawnQue = Collections.newSetFromMap(new ConcurrentHashMap<>());
public static long lastRespawn = 0;
/**