Skip to content

Commit 0da91d9

Browse files
committed
allowNonAdmins
1 parent 5b17c5b commit 0da91d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/controllers/handleSwitchTrack.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const handleSwitchTrack = async (req, res) => {
5252
await World.deleteDroppedAssets(urlSlug, droppedAssetIds, process.env.INTERACTIVE_SECRET, credentials);
5353

5454
await world.dropScene({
55+
allowNonAdmins: true,
5556
sceneId: trackSceneId,
5657
position,
5758
sceneDropId,

0 commit comments

Comments
 (0)