mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-22 16:05:01 +00:00
Fix avatarstate cooldown
This commit is contained in:
parent
d930c78d16
commit
f941393dfd
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class AvatarState extends AvatarAbility {
|
|||
public void run() {
|
||||
GLOBAL_COOLDOWNS.remove(id);
|
||||
}
|
||||
}, cooldown);
|
||||
}, cooldown/50);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue