Skip to content

Commit

Permalink
enable function
Browse files Browse the repository at this point in the history
  • Loading branch information
PrideInt authored Jul 24, 2021
1 parent ec16c9d commit 7935e0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions me/Pride/abilities/Stalagmites.java
Original file line number Diff line number Diff line change
Expand Up @@ -394,5 +394,10 @@ public void load() {
public void stop() {
ProjectKorra.plugin.getServer().getPluginManager().removePermission(perm);
}

@Override
public boolean isEnabled() {
return ConfigManager.getConfig().getBoolean("ExtraAbilities.Prride.Stalagmites.Enabled", true);
}

}

0 comments on commit 7935e0d

Please sign in to comment.