This commit is contained in:
2022-11-13 19:01:24 +01:00
parent c049b8a032
commit 1a914a9410
2 changed files with 33 additions and 2 deletions

View File

@@ -159,7 +159,6 @@ public final class T2CodeLibMain extends JavaPlugin {
if (adventure == null) {
throw new IllegalStateException("Tried to access Adventure when the plugin was disabled!");
}
Bukkit.getConsoleSender().sendMessage(Util.getPrefix() + " Adventure load");
return adventure;
}