From 152bec6395be5d441b1dda505e8e664d3ed0e32c Mon Sep 17 00:00:00 2001 From: FoxWorn3365 <61429263+FoxWorn3365@users.noreply.github.com> Date: Sun, 8 Sep 2024 01:03:47 +0200 Subject: [PATCH] updoot exiled kill sissues Co-authored-by: Alex Rouse <123724383+ALEXWARELLC@users.noreply.github.com> --- EXILED/Exiled.Loader/Loader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXILED/Exiled.Loader/Loader.cs b/EXILED/Exiled.Loader/Loader.cs index 7f30c532a..ab3ac85dc 100644 --- a/EXILED/Exiled.Loader/Loader.cs +++ b/EXILED/Exiled.Loader/Loader.cs @@ -480,7 +480,7 @@ private static void LoadPluginsFromDirectory(string dir = null) IPlugin plugin = CreatePlugin(assembly); - if (plugin is null) + if (plugin == null) continue; AssemblyInformationalVersionAttribute attribute = plugin.Assembly.GetCustomAttribute();