Merging GTAFolder changes

This commit is contained in:
dexyfex
2018-02-25 00:57:47 +11:00
Unverified
36 changed files with 227 additions and 248 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace CodeWalker
{
Task.Run(() =>
{
GTA5Keys.LoadFromPath(Settings.Default.GTAFolder, Settings.Default.Key);
GTA5Keys.LoadFromPath(GTAFolder.CurrentGTAFolder, Settings.Default.Key);
GameFileCache gfc = new GameFileCache();
gfc.DoFullStringIndex = true;
gfc.Init(UpdateStatus, UpdateStatus);