Refactored Zone to new system

This commit is contained in:
2023-10-18 09:24:56 -04:00
parent 77cc91319a
commit 9ee60c9361
@@ -87,7 +87,6 @@ public class WorldDataMsg extends ClientNetMsg {
Zone.serializeForClientMsg(root, writer);
Zone hotzone = ZoneManager.hotZone;
;
if (hotzone == null)
writer.putLong(0L);
@@ -96,7 +95,6 @@ public class WorldDataMsg extends ClientNetMsg {
writer.putInt(hotzone.getObjectUUID());
}
writer.putFloat(0);
writer.putFloat(1);
writer.putFloat(0);