v1.9.24
This commit is contained in:
parent
f45b1e7a66
commit
5ea03cdca8
|
@ -7351,7 +7351,7 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!lib.imported.mode[lib.config.mode]){
|
if(!lib.imported.mode||!lib.imported.mode[lib.config.mode]){
|
||||||
window.inSplash=true;
|
window.inSplash=true;
|
||||||
clearTimeout(window.resetGameTimeout);
|
clearTimeout(window.resetGameTimeout);
|
||||||
delete window.resetGameTimeout;
|
delete window.resetGameTimeout;
|
||||||
|
|
Loading…
Reference in New Issue