Not deleting reset switch unless client script runs

This commit is contained in:
ericrius1 2015-10-07 16:03:11 -07:00
parent 7e7c6bca8d
commit bfde77747a
2 changed files with 0 additions and 5 deletions

View file

@ -32,10 +32,6 @@ function createHiddenMasterSwitch() {
z: 503.2
}
});
setEntityCustomData(resetKey, masterSwitch, {
resetMe: true
});
}

View file

@ -108,7 +108,6 @@ MasterReset = function () {
y: 495.6,
z: 503.91
});
createHiddenMasterSwitch();
}