enable-guard play all
This commit is contained in:
parent
0d522b55c5
commit
9dc0c8f9cf
1 changed files with 7 additions and 2 deletions
|
@ -263,8 +263,13 @@ function sceneDropDownChanged(event) {
|
|||
let scene = utage.quests[cust][questMstId].Scenes;
|
||||
resetPlaylist();
|
||||
for (const s of scene) {
|
||||
utage.scenes[cust][s]['QuestSceneMstId'] = s;
|
||||
scenePlaylist.push(utage.scenes[cust][s]);
|
||||
let tl_key = utage.sceneTranslations[cust][s];
|
||||
if (tl_key) {
|
||||
if (utage.sceneTranslations[cust][s].Enabled) {
|
||||
utage.scenes[cust][s]['QuestSceneMstId'] = s;
|
||||
scenePlaylist.push(utage.scenes[cust][s]);
|
||||
}
|
||||
}
|
||||
}
|
||||
playNext();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue