mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Fix AvatarState cooldown not initiating properly
This commit is contained in:
parent
382aa393a6
commit
2d856f7cd1
1 changed files with 0 additions and 3 deletions
|
@ -43,9 +43,6 @@ public class AvatarState {
|
||||||
this.player = player;
|
this.player = player;
|
||||||
if (instances.containsKey(player)) {
|
if (instances.containsKey(player)) {
|
||||||
instances.remove(player);
|
instances.remove(player);
|
||||||
if (cooldowns.containsKey(player.getName())) {
|
|
||||||
cooldowns.remove(player.getName());
|
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (cooldowns.containsKey(player.getName())) {
|
if (cooldowns.containsKey(player.getName())) {
|
||||||
|
|
Loading…
Reference in a new issue