mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-03 06:51:01 +00:00
Fixed endgame screen
This commit is contained in:
parent
68521fb631
commit
7f24c52a4f
7 changed files with 27 additions and 24 deletions
js/utils
|
@ -308,7 +308,7 @@ function versionCheck() {
|
|||
var saveInterval = setInterval(function () {
|
||||
if (player === undefined)
|
||||
return;
|
||||
if (gameEnded && !player.keepGoing)
|
||||
if (tmp.gameEnded && !player.keepGoing)
|
||||
return;
|
||||
if (options.autosave)
|
||||
save();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue