Fixed issue with beaker not displaying liquid content after grind (#5960)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user