mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
this is not worth a warning because it's an expected state
This commit is contained in:
parent
3dcc3609d1
commit
b53c2bd3cf
@ -23,7 +23,6 @@ namespace NewHorizons.Utility
|
|||||||
|
|
||||||
if (!File.Exists(fullPath))
|
if (!File.Exists(fullPath))
|
||||||
{
|
{
|
||||||
Logger.LogWarning("Cache file not found! Cache path: " + cacheFilePath);
|
|
||||||
data = new Dictionary<string, string>();
|
data = new Dictionary<string, string>();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user