replay getItem

This commit is contained in:
ckcz123 2021-08-09 10:55:13 +08:00
parent f73208a9a7
commit 4e58290461

View File

@ -1781,7 +1781,7 @@ control.prototype._replayAction_turn = function (action) {
control.prototype._replayAction_getNext = function (action) {
if (action != "getNext") return false;
if (!core.getNextItem()) return false;
core.getNextItem();
core.replay();
return true;
}