From eddebab68814d6502a6c3fc5129562567e037d0e Mon Sep 17 00:00:00 2001 From: Citrinate Date: Sat, 9 Mar 2024 13:57:44 -0500 Subject: [PATCH] Remove ASFEnhance exception error --- CS2Interface/AdapterBridge.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;