godtuner backwards compatibility

This commit is contained in:
ReznoRMichael 2021-02-16 02:10:36 +01:00
parent d5f3b832d6
commit c36ecab0f7
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -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();