Remove amount from arguments.

This commit is contained in:
Wertik 2020-11-20 18:12:26 +01:00 committed by Brianna
parent 6fe148a667
commit 99af64c422
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class CommandGiveAxe extends AbstractCommand {
@Override
public String getSyntax() {
return "give <player/me> (amount)";
return "give <player/me>";
}
@Override