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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user