Make games private by default

This commit is contained in:
Tim Van Baak 2020-01-29 23:16:16 -08:00
parent 1431dab8f8
commit 478213f77b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
} }
}, },
"join": { "join": {
"public": true, "public": false,
"open": false, "open": false,
"password": null, "password": null,
"max_players": 4, "max_players": 4,