Add event registration debug message... something weird is going on here :(

This commit is contained in:
Nathan Wolf 2015-11-12 05:53:51 -08:00
parent 8a06b00c6e
commit 2389adb648

View File

@ -4207,6 +4207,7 @@ try{
try {
getServer().getPluginManager().registerEvents(found, this);
getLogger().info("Registered events for custom objective \"" + name + "\" in Stage " + s2 + " of Quest \"" + quest.name + "\".");
} catch (Exception e) {
getLogger().warning("Failed to register events for custom objective \"" + name + "\" in Stage " + s2 + " of Quest \"" + quest.name + "\". Does the objective class listen for events?");