forked from chipmunkmc/chipmunkbot
amogus
This commit is contained in:
parent
c75b0c1d09
commit
414a990b74
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class EchoCommand extends Command {
|
||||||
|
|
||||||
public int echo (CommandContext<CommandSource> context) {
|
public int echo (CommandContext<CommandSource> context) {
|
||||||
final CommandSource source = context.getSource();
|
final CommandSource source = context.getSource();
|
||||||
final String text = getString(context, "echo");
|
final String text = getString(context, "text");
|
||||||
|
|
||||||
source.sendOutput(Component.text(text));
|
source.sendOutput(Component.text(text));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue