mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +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;
|
||||
|
||||
// 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
|
||||
$('[data-hidden-input="metaverse.automatic_networking"]').val("full").change();
|
||||
|
|
Loading…
Reference in a new issue