forked from MagicBane/Server
terraformsize
This commit is contained in:
@@ -114,7 +114,7 @@ public class Zone extends AbstractGameObject {
|
|||||||
if (zone.playerCityID > 0) {
|
if (zone.playerCityID > 0) {
|
||||||
writer.put((byte) 1); // Player City - True
|
writer.put((byte) 1); // Player City - True
|
||||||
writer.putFloat(Enum.CityBoundsType.GRID.extents);
|
writer.putFloat(Enum.CityBoundsType.GRID.extents);
|
||||||
writer.putFloat(Enum.CityBoundsType.GRID.extents - 10);
|
writer.putFloat(Enum.CityBoundsType.GRID.extents);
|
||||||
} else
|
} else
|
||||||
writer.put((byte) 0); // Player City - False
|
writer.put((byte) 0); // Player City - False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user