Update SteamCMD.cs

This commit is contained in:
pointfeev 2021-11-05 23:05:45 -04:00
parent 7399655a9a
commit 7bcdf275e4
No known key found for this signature in database
GPG key ID: AA14DC36C4D7D13C

View file

@ -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
//{