diff --git a/BepisLoader.cs b/BepisLoader.cs index 6d7c328..ef89fa1 100644 --- a/BepisLoader.cs +++ b/BepisLoader.cs @@ -38,7 +38,7 @@ static void Main(string[] args) m.Invoke(null, [resoDllPath, bepinPath, alc]); // Find and load Resonite - var resoAsm = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault(x => x.GetName().Name == "Resonite"); + var resoAsm = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault(x => x.GetName().Name == "Renderite.Host"); if (resoAsm == null) { resoAsm = alc.LoadFromAssemblyPath(resoDllPath);