Skip to content

Commit

Permalink
Fix typo in radius cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Feb 23, 2024
1 parent 6725c0c commit 9db94e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void postConstruct() {
.then(
literal("radius")
.then(
argument("size", IntegerArgumentType.integer())
argument("radius", IntegerArgumentType.integer())
.executes(
help(
"Makes all connected bots walk to a random xz position within the radius",
Expand Down

0 comments on commit 9db94e3

Please sign in to comment.