enable-guard play all
This commit is contained in:
parent
0d522b55c5
commit
9dc0c8f9cf
@ -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…
x
Reference in New Issue
Block a user