Fixed issue with beaker not displaying liquid content after grind (#5960)

This commit is contained in:
Michael Phillips
2021-12-30 18:12:37 -08:00
committed by GitHub
parent dc1ca30f7c
commit 5ddd3a8022

View File

@@ -318,7 +318,6 @@ namespace Content.Server.Kitchen.EntitySystems
component.HeldBeaker.MaxVolume) continue;
solution.ScaleSolution(juiceEvent.Scalar);
_solutionsSystem.TryAddSolution(beakerEntity.Value, component.HeldBeaker, solution);
_solutionsSystem.RemoveAllSolution(beakerEntity.Value, solution);
EntityManager.DeleteEntity(item);
}