From 2b57060f6a8fbf7e7c3ae2e884677c7af12b944e Mon Sep 17 00:00:00 2001 From: NaoUnderscore Date: Fri, 13 Sep 2024 15:06:31 +0200 Subject: [PATCH] And another one --- Exiled.API/Features/Core/EObject.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Exiled.API/Features/Core/EObject.cs b/Exiled.API/Features/Core/EObject.cs index e2830135a8..eba898fb4d 100644 --- a/Exiled.API/Features/Core/EObject.cs +++ b/Exiled.API/Features/Core/EObject.cs @@ -857,7 +857,6 @@ public static T FindMostAppropriateEntry(string name, IEnumerable source) /// public void Destroy() { - Log.Debug($"Destroyed EACTOR"); Destroy(true); GC.SuppressFinalize(this); }