Skip to content

Commit

Permalink
Disable LangUtilsHook for now until @Poslovitch can review.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Mar 19, 2021
1 parent 8f767d5 commit 99e6e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/world/bentobox/bentobox/BentoBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import world.bentobox.bentobox.hooks.MultiverseCoreHook;
import world.bentobox.bentobox.hooks.VaultHook;
import world.bentobox.bentobox.hooks.WorldEditHook;
import world.bentobox.bentobox.hooks.LangUtilsHook;
import world.bentobox.bentobox.hooks.placeholders.PlaceholderAPIHook;
import world.bentobox.bentobox.listeners.BannedCommands;
import world.bentobox.bentobox.listeners.BlockEndDragon;
Expand Down Expand Up @@ -229,7 +228,8 @@ private void completeSetup(long loadTime) {
// Register additional hooks
hooksManager.registerHook(new DynmapHook());
hooksManager.registerHook(new WorldEditHook());
hooksManager.registerHook(new LangUtilsHook());
// TODO: re-enable after rework
//hooksManager.registerHook(new LangUtilsHook());

webManager = new WebManager(this);

Expand Down

0 comments on commit 99e6e11

Please sign in to comment.