Settings: default collect to goal
This commit is contained in:
parent
2097164d32
commit
73ae180437
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue