mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Fixed the typo(?) from SomeCommand.Test.TestInner#onTest1 (#281)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user