mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-19 16:55:21 +01:00
Removed spammy "boardclearat / clearclaim" message
Pretty straightforward. Factions broadcasted pointless message whenever LWC locks were reset.
This commit is contained in:
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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user