Update ExplorerMelonMod.cs

This commit is contained in:
Sinai 2021-09-02 17:30:56 +10:00
parent 5f0495a7ea
commit c31e0949d3

View File

@ -22,7 +22,7 @@ namespace UnityExplorer
{ {
public static ExplorerMelonMod Instance; public static ExplorerMelonMod Instance;
public string ExplorerFolder => Path.Combine("Mods", ExplorerCore.NAME); public string ExplorerFolder => Path.Combine(MelonHandler.ModsDirectory, ExplorerCore.NAME);
public string UnhollowedModulesFolder => Path.Combine( public string UnhollowedModulesFolder => Path.Combine(
Path.GetDirectoryName(MelonHandler.ModsDirectory), Path.GetDirectoryName(MelonHandler.ModsDirectory),