mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-02 05:31:33 +01:00
Add event registration debug message... something weird is going on here :(
This commit is contained in:
parent
8a06b00c6e
commit
2389adb648
@ -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?");
|
||||
|
Loading…
Reference in New Issue
Block a user