Compare commits

...

1 Commits

Author SHA1 Message Date
93bb1c822e
reset player at the end of script 2020-10-11 19:17:26 -04:00

View File

@ -377,6 +377,7 @@ function sceneSet(questSceneMstId, cust) {
function playNext() {
if (!partPlaylist.length) {
if (!scenePlaylist.length) {
player.resetAll();
resetPlaylist();
return; // we're probably done
}