Fixed loading message typo

This commit is contained in:
Indyuce 2020-04-29 21:00:01 +02:00
parent 6f9c111cd4
commit b4b437a2ce

View File

@ -51,7 +51,7 @@ public class QuestManager extends MMOManager {
try {
quest.postLoad();
} catch (IllegalArgumentException exception) {
MMOCore.plugin.getLogger().log(Level.WARNING, "Could not post-load quest '" + quest.getId() + "' :" + exception.getMessage());
MMOCore.plugin.getLogger().log(Level.WARNING, "Could not post-load quest '" + quest.getId() + "': " + exception.getMessage());
}
}