From a7cce7e42897f7a1c688c42928680afd485788bd Mon Sep 17 00:00:00 2001 From: "Andy \"Spathi\" F" Date: Mon, 29 Aug 2011 15:06:34 +0200 Subject: [PATCH] Changed checkForRegions to be checkForRegionsInChunk --- src/com/massivecraft/factions/FPlayer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;