Browse Source

terraformsize

lakebane-master
FatBoy-DOTC 8 months ago
parent
commit
a81810d751
  1. 4
      src/engine/objects/Zone.java

4
src/engine/objects/Zone.java

@ -113,8 +113,8 @@ public class Zone extends AbstractGameObject { @@ -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 - 10);
writer.putFloat(Enum.CityBoundsType.ZONE.extents - 10);
writer.putFloat(Enum.CityBoundsType.GRID.extents);
writer.putFloat(Enum.CityBoundsType.GRID.extents - 10);
} else
writer.put((byte) 0); // Player City - False

Loading…
Cancel
Save