refactor: more consistant logging
This commit is contained in:
parent
253049e173
commit
0d83976d02
1 changed files with 1 additions and 2 deletions
|
@ -11,10 +11,9 @@ public class PlaceHolderHook {
|
|||
}
|
||||
|
||||
public void hook() {
|
||||
instance.getLogger().info("Checking support for PlaceHolderAPI...");
|
||||
if (Bukkit.getPluginManager().getPlugin("PlaceholderAPI") != null) {
|
||||
instance.getLogger().info("Enabling PlaceHolderAPI support...");
|
||||
new NickoExpension(instance).register();
|
||||
instance.getLogger().info("Hooked into PlaceHolderAPI!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue