Merge branch 'update/july-cosmetics' into develop

This commit is contained in:
cnr 2017-07-01 02:57:48 -07:00
commit 832c766290

View File

@ -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
{ {