forked from MagicBane/Server
Refactored Zone to new system
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user