Skip to content

Commit

Permalink
Fixed POV Command Autocorrect.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonk9043 committed Jun 24, 2023
1 parent 57b8bf0 commit 6918542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/aoba/cmd/commands/CmdPOV.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public String[] getAutocorrect(String previousParameter) {

return suggestions;
default:
return new String[] { "toggle" };
return new String[] { "toggle", "set" };
}
}
}

0 comments on commit 6918542

Please sign in to comment.