Skip to content

Commit

Permalink
Add mising isEnabled to FlameRush
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimordialMoros committed Nov 20, 2022
1 parent 96bd99f commit 71334ea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ public Location getLocation() {
return stream == null ? player.getLocation() : stream.loc.clone();
}

@Override
public boolean isEnabled() {
return Hyperion.getPlugin().getConfig().getBoolean("Abilities.Fire.FlameRush.Enabled");
}

@Override
public String getName() {
return "FlameRush";
Expand Down

0 comments on commit 71334ea

Please sign in to comment.