Fix duplicate message
This commit is contained in:
parent
12130d41e6
commit
7a5a6c3d00
@ -139,6 +139,11 @@ public class UltimateSkyWarrior extends Ultimate
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (!hasPerk(player))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (!Recharge.Instance.use(player, GetName(), LAUNCHER_FIRE_DELAY, true, false))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user