Config updates

This commit is contained in:
Tim Van Baak 2020-01-24 10:52:23 -08:00
parent 246b9c22ae
commit f7aa7f2471
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ {
"version": "0", "version": "0",
"aid": null, "aid": null,
"lexicon": null,
"character": null, "character": null,
"title": null, "title": null,
"turn": null, "turn": null,

View File

@ -13,10 +13,11 @@
"current": null, "current": null,
"start": 1, "start": 1,
"max": 8, "max": 8,
"assigned_index": { "assignment": {
} }
}, },
"join": { "join": {
"public": true,
"open": false, "open": false,
"password": null, "password": null,
"max_players": 4, "max_players": 4,