Merge pull request #94 from ckcz123/v2.0

Fix SyncLoad Bug
This commit is contained in:
Zhang Chen 2018-03-17 23:48:13 +08:00 committed by GitHub
commit 38c9162df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -985,7 +985,7 @@ core.prototype.syncSave = function (type) {
////// 从服务器加载存档 //////
core.prototype.syncLoad = function () {
core.control.synvLoad();
core.control.syncLoad();
}
////// 存档到本地 //////