Remove confusing registered events message

This commit is contained in:
PikaMug 2023-12-10 21:23:29 -05:00
parent 7e42ec5ecb
commit 0675b357fc
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ public class BukkitModuleJarStorage implements ModuleStorageImpl {
plugin.getLogger().info("Loaded \"" + name + "\" by " + author);
try {
plugin.getServer().getPluginManager().registerEvents(objective, plugin);
plugin.getLogger().info("Registered events for custom objective \"" + name + "\"");
} catch (final Exception ex) {
plugin.getLogger().warning("Failed to register events for custom objective \"" + name
+ "\". Does the objective class listen for events?");