|
|
@ -87,7 +87,6 @@ public class WorldDataMsg extends ClientNetMsg { |
|
|
|
Zone.serializeForClientMsg(root, writer); |
|
|
|
Zone.serializeForClientMsg(root, writer); |
|
|
|
|
|
|
|
|
|
|
|
Zone hotzone = ZoneManager.hotZone; |
|
|
|
Zone hotzone = ZoneManager.hotZone; |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (hotzone == null) |
|
|
|
if (hotzone == null) |
|
|
|
writer.putLong(0L); |
|
|
|
writer.putLong(0L); |
|
|
@ -96,7 +95,6 @@ public class WorldDataMsg extends ClientNetMsg { |
|
|
|
writer.putInt(hotzone.getObjectUUID()); |
|
|
|
writer.putInt(hotzone.getObjectUUID()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
writer.putFloat(0); |
|
|
|
writer.putFloat(0); |
|
|
|
writer.putFloat(1); |
|
|
|
writer.putFloat(1); |
|
|
|
writer.putFloat(0); |
|
|
|
writer.putFloat(0); |
|
|
|