mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-24 01:15:31 +00:00
Merge pull request #3 from DorkNormalize/bob-rez-changes
Fix borked merge conflict resolution
This commit is contained in:
commit
3728de39ac
1 changed files with 0 additions and 21 deletions
|
@ -211,27 +211,6 @@ namespace AutoTrackR2
|
|||
VideoRecordScript = "videorecord.ahk";
|
||||
}
|
||||
|
||||
static ConfigManager()
|
||||
{
|
||||
LoadConfig();
|
||||
|
||||
// Set default values
|
||||
// AppData\Local\AutoTrackR2\Kill-log.csv
|
||||
KillHistoryFile = Path.Combine(
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
|
||||
"AutoTrackR2",
|
||||
"Kill-log.csv"
|
||||
);
|
||||
|
||||
AHKScriptFolder = Path.Combine(
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
|
||||
"AutoTrackR2"
|
||||
);
|
||||
|
||||
VisorWipeScript = "visorwipe.ahk";
|
||||
VideoRecordScript = "videorecord.ahk";
|
||||
}
|
||||
|
||||
public static void LoadConfig()
|
||||
{
|
||||
// Define the config file path in a writable location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue