forked from rojo-rbx/rojo
Change Notification sound to generic sound (#566)
* 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
This commit is contained in:
@@ -46,7 +46,7 @@ local Assets = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Sounds = {
|
Sounds = {
|
||||||
Notification = "rbxassetid://9716079936",
|
Notification = "rbxassetid://203785492",
|
||||||
},
|
},
|
||||||
StartSession = "",
|
StartSession = "",
|
||||||
SessionActive = "",
|
SessionActive = "",
|
||||||
|
|||||||
Reference in New Issue
Block a user