diff --git a/ModuleManager/MMPatchLoader.cs b/ModuleManager/MMPatchLoader.cs index 3491a7cc..3826161e 100644 --- a/ModuleManager/MMPatchLoader.cs +++ b/ModuleManager/MMPatchLoader.cs @@ -980,7 +980,7 @@ public IEnumerator ApplyPatch(string Stage, IEnumerable patche if (cmd == Command.Insert) { - Debug.LogWarning("Warning - Encountered insert node that should not exist at this stage: " + mod.SafeUrl()); + logger.Warning("Warning - Encountered insert node that should not exist at this stage: " + mod.SafeUrl()); continue; }