reset player at the end of script

This commit is contained in:
louis f 2020-10-11 19:17:26 -04:00
parent 7b43a86b99
commit 93bb1c822e
Signed by: louis
GPG Key ID: 44D7E1DE4E23D6F2

View File

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