Skip to content

Commit

Permalink
Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: FN <[email protected]>
  • Loading branch information
Vonsant and FireNameFN authored Dec 19, 2024
1 parent f2cc242 commit c3d6401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private void SubscribeUpdateUiState<T>(Entity<ReagentDispenserComponent> ent, re
UpdateUiState(ent);
}

// // Corvax-Next-Labeler-Start
// Corvax-Next-Labeler-Start
private void OnEntInserted(Entity<ReagentDispenserComponent> ent, ref EntInsertedIntoContainerMessage ev)
{
if (ent.Comp.AutoLabel && _solutionContainerSystem.TryGetDrainableSolution(ev.Entity, out _, out var sol))
Expand Down

0 comments on commit c3d6401

Please sign in to comment.