比较提交

...

1 次代码提交

作者 SHA1 备注 提交日期
93bb1c822e
reset player at the end of script 2020-10-11 19:17:26 -04:00

查看文件

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