mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:14:54 +08:00
Moved all GameFiles to CodeWalker.Core
This commit is contained in:
+2
-2
@@ -40,7 +40,7 @@ namespace CodeWalker
|
||||
private MainTreeFolder SearchResults;
|
||||
|
||||
private List<RpfFile> AllRpfs { get; set; }
|
||||
private GameFileCache FileCache { get; set; } = new GameFileCache();
|
||||
private GameFileCache FileCache { get; set; } = GameFileCacheFactory.Create();
|
||||
private object FileCacheSyncRoot = new object();
|
||||
|
||||
private bool EditMode = false;
|
||||
@@ -73,7 +73,7 @@ namespace CodeWalker
|
||||
{
|
||||
try
|
||||
{
|
||||
GTA5Keys.LoadFromPath(Settings.Default.GTAFolder, Settings.Default.Key);
|
||||
GTA5Keys.LoadFromPath(GTAFolder.CurrentGTAFolder, Settings.Default.Key);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user