diff --git a/Installer/InstallerCore/InstallerCore.cs b/Installer/InstallerCore/InstallerCore.cs index ec91d2b..00e9927 100644 --- a/Installer/InstallerCore/InstallerCore.cs +++ b/Installer/InstallerCore/InstallerCore.cs @@ -16,7 +16,8 @@ public class InstallerCore private static readonly List _modLoaderDependencies = new List() { "0Harmony.dll", - "Newtonsoft.Json.dll" + "Newtonsoft.Json.dll", + "MoonSharp.Interpreter.dll" }; private static readonly string _modsDirectory = "Gnoll Mods";