Skip to content

Commit c26909e

Browse files
authored
Add alias "ver" for the "version" subcommand (#6481)
Fixin what u broke :)
1 parent 5d535dc commit c26909e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Essentials/src/main/java/com/earth2me/essentials/commands/essentials/VersionCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class VersionCommand extends EssentialsTreeNode {
3737
);
3838

3939
public VersionCommand() {
40-
super("version");
40+
super("version", "ver");
4141
}
4242

4343
@Override

0 commit comments

Comments
 (0)