mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
When creating a domain ID, set networking to full (wizard)
This commit is contained in:
parent
69e5d1261b
commit
c3c9b638e1
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ function promptToCreateDomainID() {
|
|||
|
||||
var formJSON = {
|
||||
"metaverse": {
|
||||
"automatic_networking": "full",
|
||||
"id": domainID
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue