From 44266f14bf5a446f53dd5cba76db9eea1b9c086a Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 15 Jan 2012 12:53:00 -0500 Subject: [PATCH] Updated config usage, added Faction.isNormal() --- 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 73bb3f5e..141136bf 100644 --- a/src/com/massivecraft/factions/FPlayer.java +++ b/src/com/massivecraft/factions/FPlayer.java @@ -792,7 +792,7 @@ public class FPlayer extends PlayerEntity implements EconomyParticipator } } - if (LWCFeatures.getEnabled()&& ! forFaction.isSafeZone() && ! forFaction.isWarZone() && Board.getIdAt(flocation) != "0") + if (LWCFeatures.getEnabled() && forFaction.isNormal() && Conf.onCaptureResetLwcLocks) { LWCFeatures.clearOtherChests(flocation, this.getFaction()); }