Skip to content

Commit

Permalink
Wait you can do that?
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Sep 2, 2024
1 parent 7b624c6 commit 87b0d63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private void FillSlice(EntityUid sliceUid, Solution solution)
private void OnComponentStartup(Entity<SliceableFoodComponent> entity, ref ComponentStartup args)
{
var foodComp = EnsureComp<FoodComponent>(entity);
_solutionContainer.EnsureSolution((entity.Owner, null), foodComp.Solution, out _);
_solutionContainer.EnsureSolution(entity.Owner, foodComp.Solution, out _);
}
}

0 comments on commit 87b0d63

Please sign in to comment.