Removed spammy "boardclearat / clearclaim" message

Pretty straightforward. Factions broadcasted pointless message whenever LWC locks were reset.
This commit is contained in:
FlyingPikachu 2012-10-07 15:19:23 -03:00
parent 1751702dc1
commit de258a529d

@ -542,7 +542,6 @@ public class Faction extends Entity implements EconomyParticipator
if(Conf.onUnclaimResetLwcLocks && LWCFeatures.getEnabled()) if(Conf.onUnclaimResetLwcLocks && LWCFeatures.getEnabled())
{ {
LWCFeatures.clearAllChests(loc); LWCFeatures.clearAllChests(loc);
Bukkit.getServer().broadcastMessage("boardclearat / clearclaim");
} }
claimOwnership.remove(loc); claimOwnership.remove(loc);
} }