Skip to content

Commit

Permalink
fixing below_name -> belowname
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Sep 7, 2023
1 parent ed45e8a commit 89bf4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib/Data/Vanilla/scoreboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const scoreboard: CommandInfo[] = [
{ text: "scoreboard", type: ParameterType.keyword, required: true },
{ text: "objectives", type: ParameterType.keyword, required: true },
{ text: "setdisplay", type: ParameterType.keyword, required: true },
{ text: "below_name", type: ParameterType.keyword, required: true },
{ text: "belowname", type: ParameterType.keyword, required: true },
{ text: "objective", type: ParameterType.objective, required: false },
],
},
Expand Down

0 comments on commit 89bf4b7

Please sign in to comment.