refactor: more consistant logging

This commit is contained in:
aro 2022-12-07 16:55:24 +01:00
parent 253049e173
commit 0d83976d02

View file

@ -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!");
}
}
}