diff --git a/noname/game/index.js b/noname/game/index.js index 8b804ee30..1ad182e66 100644 --- a/noname/game/index.js +++ b/noname/game/index.js @@ -1611,8 +1611,7 @@ export class Game { dieAudios.forEach(item => { let key, file; if(item.startsWith("ext:")){ - const audioData = item.split(":"); - key = audioData[2]; + key = item.slice(4).split("/")[1]; file = item; } else {