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:
parent
cfd9774398
commit
5f9d7041f4
|
|
@ -413,7 +413,7 @@ public class Claim
|
||||||
public String allowBreak(Player player, Material material)
|
public String allowBreak(Player player, Material material)
|
||||||
{
|
{
|
||||||
//if under siege, some blocks will be breakable
|
//if under siege, some blocks will be breakable
|
||||||
if(this.siegeData != null)
|
if(this.siegeData != null || this.doorsOpen)
|
||||||
{
|
{
|
||||||
boolean breakable = false;
|
boolean breakable = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user