We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb3ebf commit 4dca88bCopy full SHA for 4dca88b
1 file changed
src/Plugins/CSPlugin.cs
@@ -160,7 +160,7 @@ public override void HandleAddedToManager(PluginManager manager)
160
161
foreach (MethodInfo method in harmonyMethods)
162
{
163
- Interface.Oxide.LogInfo($"[{Title}] Automatically Harmony patched '{method.Name}' method. ({nestedType.Name})");
+ Interface.Oxide.LogInfo($"[{Title}] Automatically Harmony patched '{method?.Name ?? "unknown"}' method. ({nestedType.Name})");
164
}
165
166
catch (Exception ex)
0 commit comments