replay getItem
This commit is contained in:
parent
f73208a9a7
commit
4e58290461
@ -1781,7 +1781,7 @@ control.prototype._replayAction_turn = function (action) {
|
|||||||
|
|
||||||
control.prototype._replayAction_getNext = function (action) {
|
control.prototype._replayAction_getNext = function (action) {
|
||||||
if (action != "getNext") return false;
|
if (action != "getNext") return false;
|
||||||
if (!core.getNextItem()) return false;
|
core.getNextItem();
|
||||||
core.replay();
|
core.replay();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user