Skip to content

Commit

Permalink
Missing minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreharv committed Sep 15, 2022
1 parent 9d4b33d commit 71a11b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NetworkExtensions2/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ public static ConflictingModFlag ConflictingMods()
m_ConflictingModNeedPerformSearch = false;
foreach (PluginManager.PluginInfo plugin in PluginManager.instance.GetPluginsInfo())
{
UnityEngine.Debug.Log("Plugin Namex: " + plugin.name);
foreach (Assembly assembly in plugin.GetAssemblies())
{
UnityEngine.Debug.Log("Assembly Namex: " + assembly.GetName().Name);
switch (assembly.GetName().Name)
{
case "ZoningAdjuster":
Expand Down

0 comments on commit 71a11b2

Please sign in to comment.