Revert APC max load to 20kW (#5641)

This commit is contained in:
Tobias Berger 2026-04-09 17:13:30 +00:00 committed by GitHub
parent 54627c9f17
commit 9a4e406717
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public sealed partial class ApcComponent : BaseApcNetComponent
/// timer, which after enough overloading causes the APC to "trip" off.
/// </summary>
[DataField]
public float MaxLoad = 40e3f; // DeltaV - Was 20e3f, upping to allow for maps to catch up ; THIS WILL BE REVERTED TO 20kW BY MARCH 2026
public float MaxLoad = 20e3f;
/// <summary>
/// Time that the APC can be continuously overloaded before tripping off.