mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:14:54 +08:00
Moved GTA Folder detection logic to new class
This commit is contained in:
+2
-1
@@ -59,7 +59,8 @@ namespace CodeWalker
|
||||
|
||||
InitFileTypes();
|
||||
|
||||
if (!EnsureGTAFolder())
|
||||
/*if (!EnsureGTAFolder())*/
|
||||
if(!GTAFolder.UpdateGTAFolder(true))
|
||||
{
|
||||
Close();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user