terraformsize

This commit is contained in:
2024-03-10 15:37:40 -05:00
parent 6aba5be67a
commit 9c75e7defe
+2 -2
View File
@@ -113,8 +113,8 @@ public class Zone extends AbstractGameObject {
if (zone.playerCityID > 0) {
writer.put((byte) 1); // Player City - True
writer.putFloat(Enum.CityBoundsType.ZONE.extents);
writer.putFloat(Enum.CityBoundsType.ZONE.extents);
writer.putFloat(Enum.CityBoundsType.ZONE.extents - 10);
writer.putFloat(Enum.CityBoundsType.ZONE.extents - 10);
} else
writer.put((byte) 0); // Player City - False