From 9d1885c396a538a67e93a23600ee3c8069fd71f5 Mon Sep 17 00:00:00 2001 From: Vonsant Date: Tue, 24 Dec 2024 02:16:23 +0300 Subject: [PATCH] AutoPipesFix --- .../Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs index b9989006527..2f0226ee4e3 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs @@ -182,4 +182,4 @@ private void OnMapInit(EntityUid uid, GasPressurePumpComponent pump, MapInitEven } /// Corvax-Next-AutoPipes-End } -} \ No newline at end of file +}