Without debug code

https://github.com/BentoBoxWorld/Level/issues/27
This commit is contained in:
tastybento 2019-02-02 12:33:16 -08:00
parent 8eaca607d8
commit 708997237c
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ public class Level extends Addon {
new IslandTopCommand(this, playerCmd);
});
// Register placeholders
getPlugin().logDebug(getPlugin().getPlaceholdersManager());
if (getPlugin().getPlaceholdersManager() != null) {
getPlugin().getPlaceholdersManager().registerPlaceholder(this, "island-level", new LevelPlaceholder(this, gm));
}