terraform issue

This commit is contained in:
2024-09-03 21:11:44 -05:00
parent f5478e9f64
commit a1997e31a8
+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 + 256);
writer.putFloat(Enum.CityBoundsType.GRID.extents + 256);
writer.putFloat(Enum.CityBoundsType.GRID.extents + 128);
writer.putFloat(Enum.CityBoundsType.GRID.extents + 128);
} else
writer.put((byte) 0); // Player City - False