fix typos

This commit is contained in:
Pyrbu 2024-08-14 13:52:27 +02:00
parent 74463178fe
commit aeeba809be
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ public class ConsoleCommandActionType implements InteractionActionType<ConsoleCo
@Override @Override
public void appendUsage(CommandContext context) { public void appendUsage(CommandContext context) {
context.setUsage(context.getUsage() + " " + getSubcommandName() + " <id> <click type> <cooldown seconds> <delay ticks> <server>"); context.setUsage(context.getUsage() + " " + getSubcommandName() + " <id> <click type> <cooldown seconds> <delay ticks> <command>");
} }
@Override @Override

View file

@ -43,7 +43,7 @@ public class PlayerChatActionType implements InteractionActionType<PlayerChatAct
@Override @Override
public void appendUsage(CommandContext context) { public void appendUsage(CommandContext context) {
context.setUsage(context.getUsage() + " " + getSubcommandName() + " <id> <click type> <cooldown seconds> <delay ticks> <server>"); context.setUsage(context.getUsage() + " " + getSubcommandName() + " <id> <click type> <cooldown seconds> <delay ticks> <message>");
} }
@Override @Override