From 7f569e891448865fba281c22f203ef972f30d2e9 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Thu, 24 Mar 2022 23:20:06 -0400 Subject: [PATCH] polish --- CreamInstaller/Epic/EpicLibrary.cs | 1 - 1 file changed, 1 deletion(-) 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");