terraformsize

This commit is contained in:
2024-03-10 15:45:25 -05:00
parent a81810d751
commit 0c56631b92
+1 -1
View File
@@ -114,7 +114,7 @@ public class Zone extends AbstractGameObject {
if (zone.playerCityID > 0) {
writer.put((byte) 1); // Player City - True
writer.putFloat(Enum.CityBoundsType.GRID.extents);
writer.putFloat(Enum.CityBoundsType.GRID.extents - 10);
writer.putFloat(Enum.CityBoundsType.GRID.extents);
} else
writer.put((byte) 0); // Player City - False