Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
And another one
Browse files Browse the repository at this point in the history
  • Loading branch information
NaoUnderscore committed Sep 13, 2024
1 parent fc43dbb commit 2b57060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Exiled.API/Features/Core/EObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ public static T FindMostAppropriateEntry<T>(string name, IEnumerable<T> source)
/// </summary>
public void Destroy()
{
Log.Debug($"Destroyed EACTOR");
Destroy(true);
GC.SuppressFinalize(this);
}
Expand Down

0 comments on commit 2b57060

Please sign in to comment.