From cd41c90c60ca30b757b4150719b2e7160d74841d Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Thu, 25 Jun 2020 11:29:16 +0800 Subject: [PATCH] Wait async in replay --- libs/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/events.js b/libs/events.js index 1a730d7c..65db6cbe 100644 --- a/libs/events.js +++ b/libs/events.js @@ -2226,7 +2226,7 @@ events.prototype._action_waitAsync = function (data, x, y, prefix) { clearInterval(test); core.doAction(); } - }, 50); + }, 50 / core.status.replay.speed); } events.prototype._action_callBook = function (data, x, y, prefix) {