mirror of
https://github.com/BentoBoxWorld/Greenhouses.git
synced 2025-02-01 12:51:31 +01:00
Added greenhouses as an alias
This commit is contained in:
parent
815caa799a
commit
182d5763b6
@ -20,7 +20,7 @@ public class UserCommand extends CompositeCommand {
|
||||
* @param parent - parent command
|
||||
*/
|
||||
public UserCommand(Greenhouses gh, CompositeCommand parent) {
|
||||
super(gh, parent, "greenhouse", "gh");
|
||||
super(gh, parent, "greenhouse", "gh", "greenhouses");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
Loading…
Reference in New Issue
Block a user