Merge branch 'v2.0' of https://github.com/ckcz123/mota-js into v2.0
This commit is contained in:
commit
d12b4bca9c
@ -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("无效的存档");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user