mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 18:45:27 +01:00
Output readable error for invalid quester-blacklist
This commit is contained in:
parent
049c3977d8
commit
084d4f7e0a
@ -4766,9 +4766,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener,
|
||||
UUID.fromString(s);
|
||||
return true;
|
||||
} catch (IllegalArgumentException e) {
|
||||
// Maybe only enable this when debugging?
|
||||
// When it fails, it can generate gigabyte-sized log files.
|
||||
// e.printStackTrace();
|
||||
getLogger().warning(s + " in config.yml is not a valid UUID for quester-blacklist");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user