Clean up all missing EntitySystem proxy method uses (#38353)
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Content.Server.Nutrition.EntitySystems
|
||||
|
||||
public void CheckSolutions(Entity<TrashOnSolutionEmptyComponent> entity)
|
||||
{
|
||||
if (!EntityManager.HasComponent<SolutionContainerManagerComponent>(entity))
|
||||
if (!HasComp<SolutionContainerManagerComponent>(entity))
|
||||
return;
|
||||
|
||||
if (_solutionContainerSystem.TryGetSolution(entity.Owner, entity.Comp.Solution, out _, out var solution))
|
||||
|
||||
Reference in New Issue
Block a user