From 93bb1c822ed4226d34e7a05747ff69e362addca4 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 11 Oct 2020 19:17:26 -0400 Subject: [PATCH] reset player at the end of script --- Js/Main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Js/Main.js b/Js/Main.js index 0a8804e..5c70b1d 100644 --- a/Js/Main.js +++ b/Js/Main.js @@ -377,6 +377,7 @@ function sceneSet(questSceneMstId, cust) { function playNext() { if (!partPlaylist.length) { if (!scenePlaylist.length) { + player.resetAll(); resetPlaylist(); return; // we're probably done }