Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Point to settings.conf for future proofing
Browse files Browse the repository at this point in the history
  • Loading branch information
noahc3 committed Jul 4, 2018
1 parent 99fb966 commit c54c47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto h-encore/Reference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace auto_h_encore {
public static class Reference {
public static readonly string version = "0.3.0";
public static readonly string config_language = Environment.CurrentDirectory + "\\language.conf";
public static readonly string config_language = Environment.CurrentDirectory + "\\settings.conf";

public static readonly string path_hencore = Environment.CurrentDirectory + "\\data\\h-encore\\";
public static readonly string path_psvimgtools = Environment.CurrentDirectory + "\\data\\psvimgtools\\";
Expand Down

0 comments on commit c54c47a

Please sign in to comment.