reset player at the end of script

这个提交包含在:
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
}