Skip to content

Commit

Permalink
fix: Scene Required Permissions (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox authored Dec 3, 2023
1 parent b86ac81 commit 9d98342
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/Scene/SDK7Scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ export class SDK7Scene {
},
},
requiredPermissions: [
[
'USE_FETCH',
'USE_WEB3_API',
'ALLOW_TO_TRIGGER_AVATAR_EMOTE',
'ALLOW_TO_MOVE_PLAYER_INSIDE_SCENE',
],
'USE_FETCH',
'USE_WEB3_API',
'ALLOW_TO_TRIGGER_AVATAR_EMOTE',
'ALLOW_TO_MOVE_PLAYER_INSIDE_SCENE',
],
}
}
Expand Down

0 comments on commit 9d98342

Please sign in to comment.