reset player at the end of script

Tento commit je obsažen v:
louis f 2020-10-11 19:17:26 -04:00
rodič 7b43a86b99
revize 93bb1c822e
Podepsáno: louis
ID GPG klíče: 44D7E1DE4E23D6F2

Zobrazit soubor

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