diff --git a/managed/CounterStrikeSharp.API/Core/Application.cs b/managed/CounterStrikeSharp.API/Core/Application.cs index 909abf529..f7ed16a6f 100644 --- a/managed/CounterStrikeSharp.API/Core/Application.cs +++ b/managed/CounterStrikeSharp.API/Core/Application.cs @@ -182,6 +182,7 @@ private void OnCSSPluginCommand(CCSPlayerController? caller, CommandInfo info) catch (Exception e) { info.ReplyToCommand($"Could not load plugin \"{path}\")", true); + Logger.LogError(e, "Could not load plugin \"{Path}\"", path); } } else