From bdab6ba0a7117600d354c4e0696269fcbb9f4670 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Thu, 4 Jun 2020 14:58:27 +0800 Subject: [PATCH] Fix insertCommonEvent --- libs/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/events.js b/libs/events.js index e4058c0b..88c8bff0 100644 --- a/libs/events.js +++ b/libs/events.js @@ -1642,7 +1642,7 @@ events.prototype._action_trigger = function (data, x, y, prefix) { events.prototype._action_insert = function (data, x, y, prefix) { if (data.name) { // 公共事件 - core.insertCommonEvent(data.name); + core.insertCommonEvent(data.name, data.args); } else { // 设置参数