]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove duplicate using from FoodSystem (#31769)
authorMervill <mervills.email@gmail.com>
Tue, 3 Sep 2024 05:36:53 +0000 (22:36 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 05:36:53 +0000 (08:36 +0300)
Content.Server/Nutrition/EntitySystems/FoodSystem.cs

index 0bb4244f1a4143a837af43644009400026eb814b..3a7c249c2b30cbf3aadc231ed18da6288d4cd0ac 100644 (file)
@@ -10,7 +10,6 @@ using Content.Shared.Administration.Logs;
 using Content.Shared.Body.Components;
 using Content.Shared.Body.Organ;
 using Content.Shared.Chemistry;
-using Content.Shared.Chemistry.EntitySystems;
 using Content.Shared.Database;
 using Content.Shared.DoAfter;
 using Content.Shared.FixedPoint;