Add files via upload

This commit is contained in:
Orz-zrO 2020-03-10 11:54:08 +08:00 committed by GitHub
parent 39f17acbbd
commit de5fd33448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);