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
+3 -3
View File
@@ -2308,9 +2308,9 @@ public class Enum {
public enum CityBoundsType {
GRID(640),
ZONE(875),
PLACEMENT(876);
GRID(416),
ZONE(672),
PLACEMENT(673);
public final float extents;
+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