From 56293da55f14cc1802f5299bcbb035e28082fac7 Mon Sep 17 00:00:00 2001 From: Fansana <116083121+Fansana@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:22:26 +0100 Subject: [PATCH] Update BatteryRampPegSolver.cs --- Content.Server/Power/Pow3r/BatteryRampPegSolver.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs b/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs index 88d8a16be3..d8f46e6966 100644 --- a/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs +++ b/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs @@ -8,7 +8,6 @@ namespace Content.Server.Power.Pow3r public sealed class BatteryRampPegSolver : IPowerSolver { private UpdateNetworkJob _networkJob; - private bool _disableParallel; public BatteryRampPegSolver() {