From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:19:31 +0000 (+0200) Subject: Cleanup warning in StomachSystem (#38748) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b36aedde6bfed7362d4119e2be23d1cf6a675c3a;p=space-station-14.git Cleanup warning in StomachSystem (#38748) you did not see this --- diff --git a/Content.Shared/Body/Systems/StomachSystem.cs b/Content.Shared/Body/Systems/StomachSystem.cs index d0ecb6b93b..8b2df453a0 100644 --- a/Content.Shared/Body/Systems/StomachSystem.cs +++ b/Content.Shared/Body/Systems/StomachSystem.cs @@ -1,7 +1,6 @@ using Content.Shared.Body.Components; using Content.Shared.Body.Events; using Content.Shared.Body.Organ; -using Content.Shared.Body.Events; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Components.SolutionManager; using Content.Shared.Chemistry.EntitySystems;