Moved GTA Folder detection logic to new class

This commit is contained in:
PNWParksFan
2018-02-17 17:26:35 -08:00
Unverified
parent 947611765e
commit 7756580817
5 changed files with 229 additions and 135 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ namespace CodeWalker
InitFileTypes();
if (!EnsureGTAFolder())
/*if (!EnsureGTAFolder())*/
if(!GTAFolder.UpdateGTAFolder(true))
{
Close();
return;