diff --git a/CS2Interface/AdapterBridge.cs b/CS2Interface/AdapterBridge.cs index 9080dde..8b5a0a8 100644 --- a/CS2Interface/AdapterBridge.cs +++ b/CS2Interface/AdapterBridge.cs @@ -23,8 +23,8 @@ public static bool InitAdapter(string pluginName, string pluginId, string? cmdPr } } } - } catch (Exception ex) { - ASF.ArchiLogger.LogGenericException(ex, "Community with ASFEnhance failed"); + } catch (Exception) { + ASF.ArchiLogger.LogGenericDebug("Could not find ASFEnhance plugin"); } return false;