Merge pull request #463 from StrangeOne101/master

Fix Bending in GriefPrevention Regions
This commit is contained in:
OmniCypher 2016-03-29 22:38:16 -07:00
commit 3b36954cb8

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;
}
}