terraform issues

This commit is contained in:
2025-03-25 19:36:02 -05:00
parent 5a94dc9d5b
commit afbebba471
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -112,8 +112,8 @@ public class Zone extends AbstractGameObject {
if (zone.playerCityID > 0) {
writer.put((byte) 1); // Player City - True
writer.putFloat(Enum.CityBoundsType.GRID.extents + 128);
writer.putFloat(Enum.CityBoundsType.GRID.extents + 128);
writer.putFloat(Enum.CityBoundsType.ZONE.extents + 128);
writer.putFloat(Enum.CityBoundsType.ZONE.extents + 128);
} else
writer.put((byte) 0); // Player City - False