Cleanup cooldown monitoring a bit.

This commit is contained in:
GJ
2012-06-25 10:29:29 -04:00
parent 2559ea61d8
commit 61205989cc
2 changed files with 3 additions and 4 deletions

View File

@ -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);
}
}
}