Skip to content

Commit 0a6820f

Browse files
authored
Bugfix: UI crashes on first time setup because of validation error in scheduler (#706)
1 parent 6ab0cd2 commit 0a6820f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

config/template/config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ closeMiniPanel: false # Set to true to close the mini panel at start of game in
1313
hidePortraits: true # Set to true to hide mercenary and other players portraits (avatar)
1414
enableCubeRecipes: true # Enable cubing of flawlesses and tokens
1515

16+
scheduler:
17+
enabled: false
18+
days:
19+
- dayOfWeek: 0
20+
timeRange: []
21+
- dayOfWeek: 1
22+
timeRange: []
23+
- dayOfWeek: 2
24+
timeRange: []
25+
- dayOfWeek: 3
26+
timeRange: []
27+
- dayOfWeek: 4
28+
timeRange: []
29+
- dayOfWeek: 5
30+
timeRange: []
31+
- dayOfWeek: 6
32+
timeRange: []
33+
1634
health: # Healing configuration, all values in %
1735
healingPotionAt: 75
1836
manaPotionAt: 10

0 commit comments

Comments
 (0)