reset player at the end of script

This commit is contained in:
louis f 2020-10-11 19:17:26 -04:00
父節點 7b43a86b99
當前提交 93bb1c822e
簽署人: louis
GPG 金鑰 ID: 44D7E1DE4E23D6F2

查看文件

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