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) {
Script.setTimeout(function () {
deleteCamera();
spectatorCameraOn();
}, 1 * 1000);
} else {
deleteCamera();