mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Cleanup cooldown monitoring a bit.
This commit is contained in:
@ -38,7 +38,7 @@ public class SkillMonitor implements Runnable {
|
||||
*/
|
||||
for (AbilityType ability : AbilityType.values()) {
|
||||
if (ability.getCooldown() > 0 ) {
|
||||
Skills.watchCooldown(player, PP, curTime, ability);
|
||||
Skills.watchCooldown(player, PP, ability);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user