From: Mariana Miguel Date: Mon, 21 Jul 2025 15:20:37 +0000 (+0100) Subject: Fix #38935: Remove empty EnsnaringComponent.cs file (#39112) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2b2b9b11b8801be88a4b9c04ad9e7913c8f6a195;p=space-station-14.git Fix #38935: Remove empty EnsnaringComponent.cs file (#39112) The file Content.Server/Ensnaring/Components/EnsnaringComponent.cs was empty and served no purpose. Removing it helps keep the codebase clean and free of unnecessary files. --- diff --git a/Content.Server/Ensnaring/Components/EnsnaringComponent.cs b/Content.Server/Ensnaring/Components/EnsnaringComponent.cs deleted file mode 100644 index da9ad56c5e..0000000000 --- a/Content.Server/Ensnaring/Components/EnsnaringComponent.cs +++ /dev/null @@ -1,5 +0,0 @@ -using System.Threading; -using Content.Shared.Ensnaring.Components; - - -