Forgot to remove the unnecessary check
This commit is contained in:
parent
f47a61e38e
commit
c29fd242ca
@ -33,9 +33,6 @@ public class ClanEnergyTracker extends MiniPlugin
|
||||
@EventHandler
|
||||
public void onUpdate(UpdateEvent event)
|
||||
{
|
||||
if (event.getType().getMilliseconds() < UpdateType.MIN_05.getMilliseconds())
|
||||
return;
|
||||
|
||||
if (_updateMap.containsKey(event.getType()))
|
||||
{
|
||||
for (ClanInfo clan : _clans.getClanMap().values())
|
||||
|
Loading…
Reference in New Issue
Block a user