Siege bounds related bonus code removal.

This commit is contained in:
2023-05-07 10:20:53 -04:00
parent b73eae787c
commit ffafd44fa7
3 changed files with 6 additions and 54 deletions
@@ -346,11 +346,6 @@ public class PlaceAssetMsgHandler extends AbstractClientMsgHandler {
return false;
}
// Set the server zone to the city zone in order to account for being inside
// the siege bounds buffer area
serverZone = serverCity.getParent();
// Must belong to either attacker or defenders.
if ((player.getGuild().equals(serverCity.getBane().getOwner().getGuild()) == false)