Skip to content

Commit

Permalink
Set _GameRepair as null for Genshin
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Jan 31, 2023
1 parent 4cd8675 commit 366c2df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ private void LoadGameStaticsByGameType(PresetConfigV2 preset)
case GameType.Genshin:
PageStatics._GameVersion = new GameTypeGenshinVersion(this, _gameAPIProp, preset);
PageStatics._GameSettings = new GenshinSettings(preset);
PageStatics._GameRepair = null;
break;
}
}
Expand Down

0 comments on commit 366c2df

Please sign in to comment.