diff --git a/libs/control.js b/libs/control.js index 2924b269..3deecec3 100644 --- a/libs/control.js +++ b/libs/control.js @@ -1576,7 +1576,7 @@ control.prototype._doSL_replayLoad = function (id) { else{ core.getLocalForage(id=='autoSave'?id:"save"+id, null, function(data) { if (id == 'autoSave') core.saves.autosave.data = core.clone(data); - core.control._doSL_replayLoad_afterGet(data); + core.control._doSL_replayLoad_afterGet(id, data); }, function(err) { main.log(err); alert("无效的存档");