Nevermind ignore the voices

This reverts commit ea273e42a73b9c55781cc9b260daadbb97888bf9.
This reverts commit 280f0a6e529050cb8ba459090d48b6eb968659dd.
This commit is contained in:
Noah Pilarski 2023-03-01 19:24:53 -05:00
parent 280f0a6e52
commit e8039f41d1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3606,7 +3606,7 @@
},
"thrustLimit": {
"type": "number",
"description": "Limit how fast you can fly with your ship or jetpack (if nerfJetpackBooster is true) while in this ruleset volume.",
"description": "Limit how fast you can fly with your ship while in this ruleset volume.",
"format": "float",
"default": "Infinity"
},