diff --git a/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs b/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs index 4d3505f974a..9c9e654d3b7 100644 --- a/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs @@ -236,7 +236,7 @@ private void ClickSound(Entity reagentDispenser) /// private void OnMapInit(EntityUid uid, ReagentDispenserComponent component, MapInitEvent args) { - // Frontier: set auto-labeller + // Corvax-Next-ChemLabeler: set auto-labeller component.AutoLabel = component.CanAutoLabel; // Get list of pre-loaded containers