We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d381ab commit 42d33c9Copy full SHA for 42d33c9
.gitignore
@@ -1,7 +1,7 @@
1
.DS_Store
2
node_modules
3
/dist
4
-/data
+/config/state-store.json.stream
5
6
# Editor directories and files
7
.idea/*
config/ssl-game-controller.yaml
@@ -22,7 +22,7 @@ server:
22
engine:
23
config-filename: config/engine.yaml
24
game:
25
- state-store-file: data/state-store.json.stream
+ state-store-file: config/state-store.json.stream
26
yellow-card-duration: 2m
27
yellow-card-bot-removal-time: 10s
28
multiple-card-step: 2
0 commit comments