proper extended range for siege buildings to be placed

This commit is contained in:
2025-03-27 17:05:25 -05:00
parent ba4ccfa6bf
commit f3ef5def38
@@ -661,7 +661,7 @@ public class PlaceAssetMsgHandler extends AbstractClientMsgHandler {
if (!building.getBlueprint().isSiegeEquip())
continue;
if (!building.getLoc().isInsideCircle(serverCity.getLoc(), CityBoundsType.ZONE.extents))
if (!building.getLoc().isInsideCircle(serverCity.getLoc(), CityBoundsType.SIEGEBOUNDS.extents))
continue;
if (building.getGuild() == null)