mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Make sure the game list is initialzed
This commit is contained in:
@@ -139,6 +139,7 @@ namespace GHelper.AutoTDP
|
|||||||
{
|
{
|
||||||
if (!File.Exists(GameProfileFile))
|
if (!File.Exists(GameProfileFile))
|
||||||
{
|
{
|
||||||
|
if (GameProfiles is null) GameProfiles = new List<GameProfile>();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user