Skip to content

Commit 4e3b696

Browse files
committed
fix: Turns out I'd gotten the extension backwards
1 parent 48cc9ff commit 4e3b696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ORTS.Settings/UserSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ public string GetCacheFilePath(string type, string key)
492492
if (!Directory.Exists(directory))
493493
Directory.CreateDirectory(directory);
494494

495-
return Path.Combine(directory, hash + ".or-cache");
495+
return Path.Combine(directory, hash + ".cache-or");
496496
}
497497

498498
PropertyInfo GetProperty(string name)

0 commit comments

Comments
 (0)