Fix bug which stopped more than 1 use of ability
This commit is contained in:
parent
acaf3b2dd9
commit
b36c5da721
@ -188,7 +188,10 @@ public class MorphFreedomFighter extends MorphGadget
|
||||
{
|
||||
if (_flagCooldowns.containsKey(uuid))
|
||||
{
|
||||
Recharge.Instance.usable(player, RECHARGE_KEY, true);
|
||||
if (Recharge.Instance.usable(player, RECHARGE_KEY, true))
|
||||
{
|
||||
_flagCooldowns.remove(uuid);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user