mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-01-10 10:59:36 +08:00
fix internal config overwriting standalone config
This commit is contained in:
parent
225a07bc1b
commit
6cd7029ffc
@ -15,7 +15,7 @@ namespace UnityExplorer.Core.Config
|
||||
|
||||
public override void Init()
|
||||
{
|
||||
INI_PATH = Path.Combine(ExplorerCore.Loader.ExplorerFolder, "config.ini");
|
||||
INI_PATH = Path.Combine(ExplorerCore.Loader.ExplorerFolder, "data.ini");
|
||||
_parser = new IniDataParser();
|
||||
_parser.Configuration.CommentString = "#";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user