diff --git a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs index 2a17f22c3c..1a6dea6443 100644 --- a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs @@ -315,7 +315,6 @@ namespace Content.Server.Nutrition.EntitySystems // All stomach are full or can't handle whatever solution we have. if (firstStomach == null) { - _solutionContainerSystem.TryAddSolution(args.Drink.Owner, args.DrinkSolution, drained); _popupSystem.PopupEntity(Loc.GetString("drink-component-try-use-drink-had-enough"), uid, Filter.Entities(uid));