mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Removal
- Removes second instance of GeneralMethods.invincible.add(this); from FireJet, unneeded.
This commit is contained in:
parent
e606c08836
commit
fa9ee5e53c
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ public class FireJet extends CoreAbility {
|
|||
// timers.put(player, time);
|
||||
//instances.put(player, this);
|
||||
putInstance(player, this);
|
||||
GeneralMethods.invincible.add(this);
|
||||
bPlayer.addCooldown("FireJet", config.get().getLong("Abilities.Fire.FireJet.Cooldown"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue