From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:36:36 +0000 (+1100) Subject: Fix powernetworkbattery typo (#14385) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ce6bd036852a82cb9def29f2f7d7580e48fe7837;p=space-station-14.git Fix powernetworkbattery typo (#14385) Not on any of our maps. --- diff --git a/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs b/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs index daafb0901f..a5215fba1a 100644 --- a/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs +++ b/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs @@ -94,7 +94,7 @@ namespace Content.Server.Power.Components set => NetworkBattery.CanCharge = value; } - [DataField("canDisharge")] + [DataField("canDischarge")] [ViewVariables(VVAccess.ReadWrite)] public bool CanDischarge {