Add files via upload
This commit is contained in:
parent
39f17acbbd
commit
de5fd33448
@ -1694,6 +1694,7 @@ control.prototype._doSL_load = function (id, callback) {
|
||||
if (!(core.saves.autosave.data instanceof Array)) {
|
||||
core.saves.autosave.data = [core.saves.autosave.data];
|
||||
}
|
||||
core.saves.autosave.now=core.saves.autosave.data.length;
|
||||
return core.control._doSL_load(id, callback);
|
||||
}
|
||||
callback(id, data);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user