Make games private by default
This commit is contained in:
parent
1431dab8f8
commit
478213f77b
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"join": {
|
"join": {
|
||||||
"public": true,
|
"public": false,
|
||||||
"open": false,
|
"open": false,
|
||||||
"password": null,
|
"password": null,
|
||||||
"max_players": 4,
|
"max_players": 4,
|
||||||
|
|
Loading…
Reference in New Issue