Very attentive reviewers, can recommend

This commit is contained in:
Hannes Greule 2020-07-16 18:13:02 +02:00
parent 10ab28c1ec
commit 97a356c4a0

View File

@ -46,9 +46,6 @@ public class ServerListener implements Listener {
if (Bukkit.getPluginManager().getPlugin("MVdWPlaceholderAPI") != null) { if (Bukkit.getPluginManager().getPlugin("MVdWPlaceholderAPI") != null) {
new MVdWPlaceholders(this.plugin, PlotSquared.get().getPlaceholderRegistry()); new MVdWPlaceholders(this.plugin, PlotSquared.get().getPlaceholderRegistry());
PlotSquared.log(Captions.PREFIX + "&6PlotSquared hooked into MVdWPlaceholderAPI"); PlotSquared.log(Captions.PREFIX + "&6PlotSquared hooked into MVdWPlaceholderAPI");
} else {
System.out.println("Nope");
} }
} }
} }