godtuner backwards compatibility
This commit is contained in:
parent
d5f3b832d6
commit
c36ecab0f7
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -576,6 +576,7 @@ function CheckIfDataTrue(divId, dataObject, playerData) {
|
|||
case "killedGrimm":
|
||||
case "grimmChildLevel":
|
||||
case "killedHiveKnight":
|
||||
case "hasGodfinder":
|
||||
// fades out the entries if save file is from older game versions
|
||||
if (!playerData.hasOwnProperty(i)) {
|
||||
CurrentDataBlank();
|
||||
|
|
|
|||
Loading…
Reference in a new issue