mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 01:59:15 +02:00
Also re-enable spectator camera after switching domains
This commit is contained in:
parent
1001097f92
commit
51c22eb7db
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
|||
if (isChangingDomains) {
|
||||
Script.setTimeout(function () {
|
||||
deleteCamera();
|
||||
spectatorCameraOn();
|
||||
}, 1 * 1000);
|
||||
} else {
|
||||
deleteCamera();
|
||||
|
|
Loading…
Reference in a new issue