Settings: default collect to goal

This commit is contained in:
Fabian Dill 2021-11-28 02:10:09 +01:00
parent 2097164d32
commit 73ae180437
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ server_options:
# "auto" -> automatic collect on goal completion # "auto" -> automatic collect on goal completion
# "auto-enabled" -> automatic collect on goal completion and manual collect is also enabled # "auto-enabled" -> automatic collect on goal completion and manual collect is also enabled
# "goal" -> collect is allowed after goal completion # "goal" -> collect is allowed after goal completion
collect_mode: "disabled" collect_mode: "goal"
# Remaining modes # Remaining modes
# !remaining handling, that tells a client which items remain in their pool # !remaining handling, that tells a client which items remain in their pool
# "enabled" -> Client can always ask for remaining items # "enabled" -> Client can always ask for remaining items