mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 08:06:11 +02:00
Not deleting reset switch unless client script runs
This commit is contained in:
parent
7e7c6bca8d
commit
bfde77747a
2 changed files with 0 additions and 5 deletions
|
@ -32,10 +32,6 @@ function createHiddenMasterSwitch() {
|
||||||
z: 503.2
|
z: 503.2
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
setEntityCustomData(resetKey, masterSwitch, {
|
|
||||||
resetMe: true
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -108,7 +108,6 @@ MasterReset = function () {
|
||||||
y: 495.6,
|
y: 495.6,
|
||||||
z: 503.91
|
z: 503.91
|
||||||
});
|
});
|
||||||
createHiddenMasterSwitch();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue