Skip to content

Commit

Permalink
Update ReagentDispenserSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Dec 19, 2024
1 parent 7351c54 commit ca5ee7e
Showing 1 changed file with 2 additions and 2 deletions.
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-ChemLabeler-Start: auto-label on insert
// // 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 Expand Up @@ -121,7 +121,7 @@ private void OnExamined(Entity<ReagentDispenserComponent> ent, ref ExaminedEvent
else
args.PushMarkup(Loc.GetString("reagent-dispenser-component-examine-auto-label-off"));
}
// End Corvax-Next-ChemLabeler-End
// Corvax-Next-Labeler-End

private void UpdateUiState(Entity<ReagentDispenserComponent> reagentDispenser)
{
Expand Down

0 comments on commit ca5ee7e

Please sign in to comment.