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
public void setup() {
setDescription("commands.bentobox.description");
new VersionCommand(this);
new AboutCommand(this);
new BentoBoxVersionCommand(this);
new BentoBoxAboutCommand(this);
}
@Override