Using original MB values when sizing city terraform.

This commit is contained in:
2022-05-12 15:33:43 -04:00
parent e6bbb53ac8
commit 894427af72
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -359,8 +359,8 @@ public class Zone extends AbstractGameObject {
if (zone.playerCityID > 0) {
writer.put((byte) 1); // Player City - True
writer.putFloat(Enum.CityBoundsType.TERRAFORM.extents);
writer.putFloat(Enum.CityBoundsType.TERRAFORM.extents);
writer.putFloat(Enum.CityBoundsType.ZONE.extents);
writer.putFloat(Enum.CityBoundsType.ZONE.extents);
} else
writer.put((byte) 0); // Player City - False