Updated BentoBoxCommand

This commit is contained in:
Florian CUNY 2018-08-11 14:06:49 +02:00
parent 3d441928d0
commit 1c2e553e9f

View File

@ -16,9 +16,8 @@ public class BentoBoxCommand extends CompositeCommand {
@Override @Override
public void setup() { public void setup() {
setDescription("commands.bentobox.description"); new BentoBoxVersionCommand(this);
new VersionCommand(this); new BentoBoxAboutCommand(this);
new AboutCommand(this);
} }
@Override @Override