Use Paths.BepInExRootPath, and cleanup dirs

This commit is contained in:
Sinai
2021-06-07 19:27:39 +10:00
parent 91671bf243
commit 0d10f94eb5
7 changed files with 8 additions and 16 deletions

View File

@ -462,7 +462,7 @@ namespace UnityExplorer
#if ML
Path.Combine("MelonLoader", "Managed")
#elif BIE
Path.Combine("BepInEx", "unhollowed")
Path.Combine(BepInEx.Paths.BepInExRootPath, "unhollowed")
#else
Path.Combine(ExplorerCore.Loader.ExplorerFolder, "Modules")
#endif