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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
{