From f7aadf323d3fc9bec016365d29b0b49f5d20ab31 Mon Sep 17 00:00:00 2001 From: xian18 <44394537+xian18@users.noreply.github.com> Date: Fri, 11 Feb 2022 20:03:11 +0800 Subject: [PATCH] #publish .. --- js/plugins/SF_AutoUpdate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/plugins/SF_AutoUpdate.js b/js/plugins/SF_AutoUpdate.js index 7eb9a00..b351b28 100644 --- a/js/plugins/SF_AutoUpdate.js +++ b/js/plugins/SF_AutoUpdate.js @@ -425,8 +425,8 @@ var SF_Plugins = SF_Plugins || {}; Scene_AutoUpdate.prototype.compareFileInfo = function () { this._compareWorker.postMessage({ "command": "compare", - "localFileInfo": this._localFileInfo, - "remoteFileInfo": this._remoteFileInfo + "local_file_info": this._localFileInfo, + "remote_file_info": this._remoteFileInfo }); }