duplicated zone loading disabled

This commit is contained in:
2024-06-11 19:51:53 -05:00
parent 395fe31e02
commit 17fcf0ee40
3 changed files with 3 additions and 6 deletions
-3
View File
@@ -61,7 +61,6 @@ public class Zone extends AbstractGameObject {
//public static ArrayList<Mob> respawnQue = new ArrayList<>();
public static final Set<Mob> respawnQue = Collections.newSetFromMap(new ConcurrentHashMap<>());
public static long lastRespawn = 0;
public int canLoad;
/**
* ResultSet Constructor
*/
@@ -102,8 +101,6 @@ public class Zone extends AbstractGameObject {
if (hash == null)
setHash();
this.canLoad = rs.getInt("canLoad");
}
public static void serializeForClientMsg(Zone zone, ByteBufferWriter writer) {