Fixed the typo(?) from SomeCommand.Test.TestInner#onTest1 (#281)

This commit is contained in:
Dragonium
2020-08-14 00:36:25 +02:00
committed by GitHub
parent 97cd56cb93
commit 9188892e3b
@@ -169,7 +169,7 @@ public class SomeCommand extends BaseCommand {
@Subcommand("next")
public class TestInner extends BaseCommand {
@Subcommand("test3|td4")
@Subcommand("test3|td3")
@CommandCompletion("FOO")
public void onTest1(Player player, String testX) {
player.sendMessage("You got test inner inner test3: " + testX);