mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix path
This commit is contained in:
parent
1d17592551
commit
458f759f38
@ -365,7 +365,7 @@ namespace NewHorizons
|
||||
}
|
||||
}
|
||||
// Has to go before translations for achievements
|
||||
if (File.Exists("addon-manifest.json"))
|
||||
if (File.Exists(folder + "addon-manifest.json"))
|
||||
{
|
||||
var addonConfig = mod.ModHelper.Storage.Load<AddonConfig>("addon-manifest.json");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user