We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47cdd3 commit b04383aCopy full SHA for b04383a
CedMod/Plugin.cs
@@ -517,7 +517,7 @@ private bool IsDerivedFromExiledPlugin(Type type)
517
if (type?.IsGenericType ?? false)
518
{
519
Type genericDef = type.GetGenericTypeDefinition();
520
- if (genericDef == typeof(LabApi.Loader.Features.Plugins.Plugin<>) || genericDef == typeof(Plugin<,>))
+ if (genericDef == typeof(Exiled.API.Features.Plugin<>) || genericDef == typeof(Plugin<,>))
521
return true;
522
}
523
0 commit comments