Fix apc battery state (#15568)

This commit is contained in:
Slava0135
2023-04-23 11:22:09 +03:00
committed by GitHub
parent 8a70f6e858
commit 4646e58cbc
3 changed files with 7 additions and 17 deletions

View File

@@ -437,7 +437,7 @@ namespace Content.Server.Power.Pow3r
public bool LoadingMarked;
/// <summary>
/// Amount of supply that the battery can provider this tick.
/// Amount of supply that the battery can provide this tick.
/// </summary>
[ViewVariables(VVAccess.ReadWrite)] [JsonIgnore]
public float AvailableSupply;