terraform size correction

This commit is contained in:
2024-06-11 20:29:30 -05:00
parent 54e7a8fc7f
commit aebe2698c3
2 changed files with 5 additions and 5 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.ZONE.extents);
writer.putFloat(Enum.CityBoundsType.ZONE.extents);
writer.putFloat(Enum.CityBoundsType.GRID.extents);
writer.putFloat(Enum.CityBoundsType.GRID.extents);
} else
writer.put((byte) 0); // Player City - False