Skip to content

Commit

Permalink
Change Notification sound to generic sound (rojo-rbx#566)
Browse files Browse the repository at this point in the history
* Change Notification sound to generic sound

The notification sound causes the game to summon an error due to no experience permissions with no way to grant permission. This is due to the new audio policy update.

* Update Notification sound
  • Loading branch information
imacodr authored Jul 2, 2022
1 parent 849b640 commit 2a377aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/Assets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ local Assets = {
},
},
Sounds = {
Notification = "rbxassetid://9716079936",
Notification = "rbxassetid://203785492",
},
StartSession = "",
SessionActive = "",
Expand Down

0 comments on commit 2a377aa

Please sign in to comment.