Merge pull request #173 from FlyingPikachu/1.6.x

Removed spammy "boardclearat / clearclaim" message
This commit is contained in:
Brett Flannigan 2012-10-09 14:56:27 -07:00
commit 0ab81031c7
1 changed files with 0 additions and 1 deletions

View File

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