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
@@ -43,7 +43,7 @@ namespace CodeWalker
{
GTA5Keys.LoadFromPath(Settings.Default.GTAFolder, Settings.Default.Key);
RpfMan = new RpfManager();
RpfMan.Init(Settings.Default.GTAFolder, UpdateStatus, UpdateStatus, false, false);
RpfMan.Init(GTAFolder.CurrentGTAFolder, UpdateStatus, UpdateStatus, false, false);
RPFScanComplete();
});
}