Merge branch 'dev' into no-empty-cache-saving

This commit is contained in:
FreezeDriedMangoes 2023-02-21 21:41:41 -05:00
commit ae42d5f651

View File

@ -24,7 +24,6 @@ namespace NewHorizons.Utility
if (!File.Exists(fullPath))
{
Logger.LogWarning("Cache file not found! Cache path: " + cacheFilePath);
data = new Dictionary<string, string>();
dirty = true;
return;