diff --git a/project/plugins.js b/project/plugins.js index bca9629..c2c3aa6 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -2934,7 +2934,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = ]; this.replayAction = [ [core.triggerReplay, core.stopReplay, core.rewindReplay], - [core.speedDownReplay, core.speedUpReplay, core.saveReplay], + [core.speedDownReplay, core.speedUpReplay, function () { core.control._replay_SL() }], ]; } //更新 @@ -4849,8 +4849,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = var func = core.enemys[name]; core.enemys[name] = function () { var args = - arguments.length === 1 ? - [arguments[0]] : + arguments.length === 1 ? [arguments[0]] : Array.apply(null, arguments); if (typeof args[0] == "string") args[0] = core.enemys.enemys[args[0]]; return func.apply(core.enemys, args);