This commit is contained in:
libccy 2017-04-15 20:16:10 +08:00
parent f45b1e7a66
commit 5ea03cdca8
1 changed files with 1 additions and 1 deletions

View File

@ -7351,7 +7351,7 @@
});
}
}
if(!lib.imported.mode[lib.config.mode]){
if(!lib.imported.mode||!lib.imported.mode[lib.config.mode]){
window.inSplash=true;
clearTimeout(window.resetGameTimeout);
delete window.resetGameTimeout;