diff --git a/src/com/massivecraft/factions/FPlayer.java b/src/com/massivecraft/factions/FPlayer.java index a060e082..ccb5382c 100644 --- a/src/com/massivecraft/factions/FPlayer.java +++ b/src/com/massivecraft/factions/FPlayer.java @@ -508,7 +508,7 @@ public class FPlayer { FLocation flocation = new FLocation(this); Faction otherFaction = Board.getFactionAt(flocation); - if (Worldguard.checkForRegions(this.getPlayer().getLocation())) { + if (Worldguard.checkForRegionsInChunk(this.getPlayer().getLocation())) { // Checks for WorldGuard regions in the chunk attempting to be claimed sendMessage("This land is protected"); return false;