mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Merge pull request #463 from StrangeOne101/master
Fix Bending in GriefPrevention Regions
This commit is contained in:
commit
3b36954cb8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue