Merge branch 'update/july-cosmetics' into develop
This commit is contained in:
commit
832c766290
@ -188,7 +188,10 @@ public class MorphFreedomFighter extends MorphGadget
|
|||||||
{
|
{
|
||||||
if (_flagCooldowns.containsKey(uuid))
|
if (_flagCooldowns.containsKey(uuid))
|
||||||
{
|
{
|
||||||
Recharge.Instance.usable(player, RECHARGE_KEY, true);
|
if (Recharge.Instance.usable(player, RECHARGE_KEY, true))
|
||||||
|
{
|
||||||
|
_flagCooldowns.remove(uuid);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user