Skip to content

Commit

Permalink
updoot exiled kill sissues
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rouse <123724383+ALEXWARELLC@users.noreply.github.com>
  • Loading branch information
FoxWorn3365 and iamalexrouse authored Sep 7, 2024
1 parent 4833a7f commit 152bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.Loader/Loader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ private static void LoadPluginsFromDirectory(string dir = null)

IPlugin<IConfig> plugin = CreatePlugin(assembly);

if (plugin is null)
if (plugin == null)
continue;

AssemblyInformationalVersionAttribute attribute = plugin.Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>();
Expand Down

0 comments on commit 152bec6

Please sign in to comment.