summaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-02 17:30:51 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-02 17:30:51 +0000
commit9102617e56f95d284d347bd66b0f1420606c4cb3 (patch)
tree5596e661cd8190e6dd24c75626c8c92d6115b5bb /src/main
parent0d39c4c93c702724fa194755c4e50459364e58e4 (diff)
Committed option file
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/leonardobishop/quests/obj/Options.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/leonardobishop/quests/obj/Options.java b/src/main/java/com/leonardobishop/quests/obj/Options.java
index 0ba71be0..807269bd 100644
--- a/src/main/java/com/leonardobishop/quests/obj/Options.java
+++ b/src/main/java/com/leonardobishop/quests/obj/Options.java
@@ -20,6 +20,8 @@ public enum Options {
GUITITLE_DAILY_QUESTS("options.guinames.daily-quests"),
GUITITLE_QUEST_CANCEL("options.guinames.quest-cancel"),
ALLOW_QUEST_CANCEL("options.allow-quest-cancel"),
+ SOFT_CLEAN_QUESTSPROGRESSFILE_ON_JOIN("options.soft-clean-questsprogressfile-on-join"),
+ PUSH_SOFT_CLEAN_TO_DISK("options.tab-completion.push-soft-clean-to-disk"),
TAB_COMPLETE_ENABLED("options.tab-completion.enabled"),
ERROR_CHECKING_OVERRIDE("options.error-checking.override-errors"),
QUEST_AUTOSTART("options.quest-autostart");