Update actions.js
This commit is contained in:
parent
5087d4a4e5
commit
4b84c4347e
@ -2138,7 +2138,7 @@ actions.prototype._clickSyncSave_readFile = function () {
|
||||
if (obj.version != core.firstData.version) return alert("游戏版本不一致!");
|
||||
if (!obj.data) return alert("无效的存档!");
|
||||
core.control._syncLoad_write(obj.data);
|
||||
});
|
||||
}, null, ".h5save");
|
||||
}
|
||||
|
||||
actions.prototype._clickSyncSave_replay = function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user