Also re-enable spectator camera after switching domains

This commit is contained in:
Zach Fox 2017-07-11 15:38:10 -07:00
parent 1001097f92
commit 51c22eb7db

View file

@ -130,6 +130,7 @@
if (isChangingDomains) { if (isChangingDomains) {
Script.setTimeout(function () { Script.setTimeout(function () {
deleteCamera(); deleteCamera();
spectatorCameraOn();
}, 1 * 1000); }, 1 * 1000);
} else { } else {
deleteCamera(); deleteCamera();