forked from MagicBane/Server
proper extended range for siege buildings to be placed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user