mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-22 08:12:13 +01:00
Add missing disable-command-feedback config check (#1547)
This commit is contained in:
parent
59cf463728
commit
26b30995b3
@ -176,6 +176,7 @@ public class Settings {
|
||||
allowPranks = config.getBoolean("allow-pranks", true);
|
||||
askConfirmation = config.getBoolean("ask-confirmation", true);
|
||||
consoleLogging = config.getInt("console-logging", 1);
|
||||
disableCommandFeedback = config.getBoolean("disable-command-feedback", true);
|
||||
genFilesOnJoin = config.getBoolean("generate-files-on-join", true);
|
||||
ignoreLockedQuests = config.getBoolean("ignore-locked-quests", false);
|
||||
killDelay = config.getInt("kill-delay", 600);
|
||||
|
Loading…
Reference in New Issue
Block a user