From 280c0cc439407f0c50777a402e9cd1a7d0f8699d Mon Sep 17 00:00:00 2001 From: Kill_Me_I_Noobs <118206719+Vonsant@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:32:17 +0300 Subject: [PATCH] fix comment --- .../Chemistry/EntitySystems/ReagentDispenserSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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