Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit c31e094

Browse files
committed
Update ExplorerMelonMod.cs
1 parent 5f0495a commit c31e094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loader/MelonLoader/ExplorerMelonMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class ExplorerMelonMod : MelonMod, IExplorerLoader
2222
{
2323
public static ExplorerMelonMod Instance;
2424

25-
public string ExplorerFolder => Path.Combine("Mods", ExplorerCore.NAME);
25+
public string ExplorerFolder => Path.Combine(MelonHandler.ModsDirectory, ExplorerCore.NAME);
2626

2727
public string UnhollowedModulesFolder => Path.Combine(
2828
Path.GetDirectoryName(MelonHandler.ModsDirectory),

0 commit comments

Comments
 (0)