mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
1.2.0 BETA 15
This commit is contained in:
parent
3d707be2aa
commit
b6ffeabec7
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -74,7 +74,7 @@ public class AirSwipe {
|
|||
// }
|
||||
// }
|
||||
if (cooldowns.containsKey(player.getName())) {
|
||||
if (cooldowns.get(player.getName()) + config.getLong("Abilities.Air.AirSwipe.GlobalCooldown") >= System.currentTimeMillis()) {
|
||||
if (cooldowns.get(player.getName()) + config.getLong("Abilities.Air.AirSwipe.Cooldown") >= System.currentTimeMillis()) {
|
||||
return;
|
||||
} else {
|
||||
cooldowns.remove(player.getName());
|
||||
|
|
Loading…
Reference in a new issue