Skip to content
Snippets Groups Projects
Commit 33bb1d1c authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Fixed flag for recipe validation in envconfig

parent 2587f86a
No related branches found
No related tags found
1 merge request!72Resolve "Too large number of selected players does not break the gui and environment"
...@@ -17,6 +17,7 @@ meals: ...@@ -17,6 +17,7 @@ meals:
- TomatoSoup - TomatoSoup
- OnionSoup - OnionSoup
- Salad - Salad
- Burger
layout_chars: layout_chars:
_: Free _: Free
......
...@@ -8,9 +8,10 @@ plates: ...@@ -8,9 +8,10 @@ plates:
game: game:
time_limit_seconds: 300 time_limit_seconds: 300
undo_dispenser_pickup: true undo_dispenser_pickup: true
validate_recipes: true
meals: meals:
all: false all: true
# if all: false -> only orders for these meals are generated # if all: false -> only orders for these meals are generated
# TODO: what if this list is empty? # TODO: what if this list is empty?
list: list:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment