mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:24:48 +08:00
Moved all GameFiles to CodeWalker.Core
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ namespace CodeWalker
|
||||
Task.Run(() =>
|
||||
{
|
||||
GTA5Keys.LoadFromPath(GTAFolder.CurrentGTAFolder, Settings.Default.Key);
|
||||
GameFileCache gfc = new GameFileCache();
|
||||
GameFileCache gfc = GameFileCacheFactory.Create();
|
||||
gfc.DoFullStringIndex = true;
|
||||
gfc.Init(UpdateStatus, UpdateStatus);
|
||||
IndexBuildComplete();
|
||||
|
||||
Reference in New Issue
Block a user