From 7040f2fd2ed4309d3808af8e99d586e4d2a40e46 Mon Sep 17 00:00:00 2001 From: Mervill Date: Mon, 2 Sep 2024 22:36:53 -0700 Subject: [PATCH] Remove duplicate using from FoodSystem (#31769) --- Content.Server/Nutrition/EntitySystems/FoodSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs index 0bb4244f1a..3a7c249c2b 100644 --- a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs @@ -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; -- 2.51.2