Remove turn.start, no point in values other than 1

This commit is contained in:
Tim Van Baak 2020-01-30 13:32:55 -08:00
parent 41bf7b4bd0
commit 3c2458ae58
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
}, },
"turn": { "turn": {
"current": null, "current": null,
"start": 1,
"max": 8, "max": 8,
"assignment": { "assignment": {
} }