fix compiler error
This commit is contained in:
@@ -220,11 +220,6 @@ public class Main : IHandleInputPlugin
|
||||
return typeof(Harmony).Assembly;
|
||||
}
|
||||
|
||||
if (args.Name.Contains("MonoMod.RuntimeDetour"))
|
||||
{
|
||||
return typeof(MonoMod.RuntimeDetour.NativeHook).Assembly;
|
||||
}
|
||||
|
||||
if (args.Name.Contains("SEPluginManager"))
|
||||
{
|
||||
if (assembly != null)
|
||||
|
Reference in New Issue
Block a user