fix typos
This commit is contained in:
parent
74463178fe
commit
aeeba809be
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue