Fix replayLoad Bug

This commit is contained in:
ckcz123 2019-03-21 12:27:58 +08:00
parent 54b659b5d6
commit 094c5aec4b

View File

@ -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("无效的存档");