#publish ..

main
xian18 3 years ago
parent a1b5eb4339
commit f7aadf323d

@ -425,8 +425,8 @@ var SF_Plugins = SF_Plugins || {};
Scene_AutoUpdate.prototype.compareFileInfo = function () { Scene_AutoUpdate.prototype.compareFileInfo = function () {
this._compareWorker.postMessage({ this._compareWorker.postMessage({
"command": "compare", "command": "compare",
"localFileInfo": this._localFileInfo, "local_file_info": this._localFileInfo,
"remoteFileInfo": this._remoteFileInfo "remote_file_info": this._remoteFileInfo
}); });
} }

Loading…
Cancel
Save