Soft blocks now breakable during post-siege unlock.

After a defender loses a siege, during the doors unlocked period, soft
blocks now continue to be breakable.
This commit is contained in:
ryanhamshire 2015-08-28 17:51:37 -07:00
parent cfd9774398
commit 5f9d7041f4

View File

@ -413,7 +413,7 @@ public class Claim
public String allowBreak(Player player, Material material)
{
//if under siege, some blocks will be breakable
if(this.siegeData != null)
if(this.siegeData != null || this.doorsOpen)
{
boolean breakable = false;