Created CodeWalker.Core

This commit is contained in:
dexyfex
2018-02-24 22:52:58 +11:00
Unverified
parent 947611765e
commit 709bf125ce
33 changed files with 581 additions and 300 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ namespace CodeWalker
try
{
GTA5Keys.LoadFromPath(Settings.Default.GTAFolder);
GTA5Keys.LoadFromPath(Settings.Default.GTAFolder, Settings.Default.Key);
KeysLoaded = true;
UpdateExtractStatus("Ready to extract.");
}