respawnQues operate per zone

This commit is contained in:
2023-07-27 21:22:20 -05:00
parent adb3436bd7
commit 6e1ed24b30
3 changed files with 11 additions and 9 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ public class Zone extends AbstractGameObject {
private String hash;
private float worldAltitude = 0;
private float seaLevel = 0;
public static ArrayList<Mob> respawnQue = new ArrayList<>();
public static long lastRespawn = 0;
/**
* ResultSet Constructor
*/