Added 'rl' as an alias for /bentobox reload

This commit is contained in:
Florian CUNY 2019-06-02 18:38:20 +02:00 committed by GitHub
parent 5ac7769cad
commit 5c8d88868a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ public class BentoBoxReloadCommand extends ConfirmableCommand {
* @param parent command parent
*/
public BentoBoxReloadCommand(CompositeCommand parent) {
super(parent, "reload");
super(parent, "reload", "rl");
}
@Override