Make sure the game list is initialzed

This commit is contained in:
IceStormNG
2024-03-01 07:50:13 +01:00
parent 4af2bf63c7
commit 82f90fcab3

View File

@@ -139,6 +139,7 @@ namespace GHelper.AutoTDP
{
if (!File.Exists(GameProfileFile))
{
if (GameProfiles is null) GameProfiles = new List<GameProfile>();
return;
}