Remove naughty IEntity.Dirty calls (#5069)
Really this thing should probably be internal because you should never be calling it.
This commit is contained in:
@@ -104,7 +104,6 @@ namespace Content.Shared.Chemistry.EntitySystems
|
||||
|
||||
var filledVolumeFraction = solution.CurrentVolume.Float() / solution.MaxVolume.Float();
|
||||
appearance.SetData(SolutionContainerVisuals.VisualState, new SolutionContainerVisualState(solution.Color, filledVolumeFraction));
|
||||
solutionEntity.Dirty();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user