Wait async in replay

This commit is contained in:
ckcz123 2020-06-25 11:29:16 +08:00
parent a31344c6fd
commit cd41c90c60

View File

@ -2226,7 +2226,7 @@ events.prototype._action_waitAsync = function (data, x, y, prefix) {
clearInterval(test); clearInterval(test);
core.doAction(); core.doAction();
} }
}, 50); }, 50 / core.status.replay.speed);
} }
events.prototype._action_callBook = function (data, x, y, prefix) { events.prototype._action_callBook = function (data, x, y, prefix) {