Fix powernetworkbattery typo (#14385)

Not on any of our maps.
This commit is contained in:
metalgearsloth
2023-03-06 15:36:36 +11:00
committed by GitHub
parent 5b3a4d54b2
commit ce6bd03685

View File

@@ -94,7 +94,7 @@ namespace Content.Server.Power.Components
set => NetworkBattery.CanCharge = value;
}
[DataField("canDisharge")]
[DataField("canDischarge")]
[ViewVariables(VVAccess.ReadWrite)]
public bool CanDischarge
{