We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b17c5b commit 0da91d9Copy full SHA for 0da91d9
server/controllers/handleSwitchTrack.js
@@ -52,6 +52,7 @@ export const handleSwitchTrack = async (req, res) => {
52
await World.deleteDroppedAssets(urlSlug, droppedAssetIds, process.env.INTERACTIVE_SECRET, credentials);
53
54
await world.dropScene({
55
+ allowNonAdmins: true,
56
sceneId: trackSceneId,
57
position,
58
sceneDropId,
0 commit comments