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 76aab93 commit f74633f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ private void ClickSound(Entity<ReagentDispenserComponent> reagentDispenser)
/// </summary>
private void OnMapInit(EntityUid uid, ReagentDispenserComponent component, MapInitEvent args)
{
// Corvax-Next-ChemLabeler: set auto-labeller
component.AutoLabel = component.CanAutoLabel;
component.AutoLabel = component.CanAutoLabel; // Corvax-Next-Labeler

// Get list of pre-loaded containers
List<string> preLoad = new List<string>();
Expand Down

0 comments on commit f74633f

Please sign in to comment.