mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'dev' into no-empty-cache-saving
This commit is contained in:
commit
ae42d5f651
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user