mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
Fix temporary place name assignment.
This commit is contained in:
parent
a965ac8591
commit
9e8dc88f63
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ $(document).ready(function(){
|
||||||
var domain = data.data.domain;
|
var domain = data.data.domain;
|
||||||
|
|
||||||
// we should have a new domain ID - set it on the domain ID value
|
// we should have a new domain ID - set it on the domain ID value
|
||||||
$(Settings.DOMAIN_ID_SELECTOR).val(domain.domainId).change();
|
$(Settings.DOMAIN_ID_SELECTOR).val(domain.id).change();
|
||||||
|
|
||||||
// we also need to make sure auto networking is set to full
|
// we also need to make sure auto networking is set to full
|
||||||
$('[data-hidden-input="metaverse.automatic_networking"]').val("full").change();
|
$('[data-hidden-input="metaverse.automatic_networking"]').val("full").change();
|
||||||
|
|
Loading…
Reference in a new issue