Fix Bending in GriefPrevention Regions

• Fixed bending being allowed in GP zones
This commit is contained in:
StrangeOne101 2016-03-30 13:54:15 +13:00
parent 1b60f5f7d7
commit 1a482cf6dd

View file

@ -1245,7 +1245,7 @@ public class GeneralMethods {
Claim claim = GriefPrevention.instance.dataStore.getClaimAt(loc, true, null);
if (reason != null && claim.siegeData != null) {
if (reason != null && claim != null) {
return true;
}
}