mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-16 16:54:50 +08:00
Finished converting ExploreForm.cs to use new GTA folder code
This commit is contained in:
@@ -87,5 +87,8 @@ namespace CodeWalker
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public static string GetCurrentGTAFolderWithTrailingSlash() =>CurrentGTAFolder.EndsWith(@"\") ? CurrentGTAFolder : CurrentGTAFolder + @"\";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user