um ackchyually

This commit is contained in:
Noah Pilarski 2023-03-01 19:21:04 -05:00 committed by GitHub
parent 598083ffeb
commit ea273e42a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,7 +609,7 @@ namespace NewHorizons.External.Modules
public class ThrustRulesetInfo : VolumeInfo
{
/// <summary>
/// Limit how fast you can fly with your ship while in this ruleset volume.
/// Limit how fast you can fly with your ship or jetpack (if nerfJetpackBooster is true) while in this ruleset volume.
/// </summary>
[DefaultValue(float.PositiveInfinity)] public float thrustLimit = float.PositiveInfinity;