diff --git a/CreamInstaller/Epic/EpicLibrary.cs b/CreamInstaller/Epic/EpicLibrary.cs index 5a8b00e..af175d7 100644 --- a/CreamInstaller/Epic/EpicLibrary.cs +++ b/CreamInstaller/Epic/EpicLibrary.cs @@ -28,7 +28,6 @@ internal static class EpicLibrary internal static async Task> GetGames() => await Task.Run(() => { List games = new(); - if (!Directory.Exists(EpicManifestsPath)) return games; string manifests = EpicManifestsPath; if (!Directory.Exists(manifests)) return games; string[] files = Directory.GetFiles(manifests, "*.item");