Skip to content

Commit

Permalink
Change flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Apr 23, 2024
1 parent 155cf10 commit 1c4f96c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private static class KillAuraSettings implements SettingsObject {
"hit-range",
"Hit Range",
new String[] {"--kill-aura-hit-range"},
"Distance for the kill aura where the bot will start hitting the entity",
"Range for the kill aura where the bot will start hitting the entity",
3.0d,
0.5d,
6.0d,
Expand All @@ -159,7 +159,7 @@ private static class KillAuraSettings implements SettingsObject {
"swing-range",
"Swing Range",
new String[] {"--kill-aura-swing-range"},
"Distance for the kill aura where the bot will start swinging arm, set to 0 to disable",
"Range for the kill aura where the bot will start swinging arm, set to 0 to disable",
3.5d,
0.0d,
10.0d,
Expand All @@ -169,7 +169,7 @@ private static class KillAuraSettings implements SettingsObject {
"look-range",
"Look Range",
new String[] {"--kill-aura-look-range"},
"Distance for the kill aura where the bot will start looking at the entity, set to 0 to disable",
"Range for the kill aura where the bot will start looking at the entity, set to 0 to disable",
4.8d,
0.0d,
25.0d,
Expand Down

0 comments on commit 1c4f96c

Please sign in to comment.