From 7bcdf275e4be7b83cb1b7cfe82d7f5f272541001 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Fri, 5 Nov 2021 23:05:45 -0400 Subject: [PATCH] Update SteamCMD.cs --- CreamInstaller/SteamCMD.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CreamInstaller/SteamCMD.cs b/CreamInstaller/SteamCMD.cs index 92a47ab..aa98e40 100644 --- a/CreamInstaller/SteamCMD.cs +++ b/CreamInstaller/SteamCMD.cs @@ -60,6 +60,7 @@ namespace CreamInstaller string output; string appUpdatePath = $@"{AppInfoCachePath}\{steamAppId}"; string appUpdateFile = $@"{appUpdatePath}\appinfo.txt"; + // need a fast way to make sure the cached info is up-to-date and correct //if (Directory.Exists(appUpdatePath) && File.Exists(appUpdateFile)) output = File.ReadAllText(appUpdateFile); //else //{