forked from Fascinated/Bat
add feature toggling
This commit is contained in:
@ -33,6 +33,7 @@ public abstract class Feature {
|
||||
*/
|
||||
public void registerCommand(@NonNull CommandService commandService, @NonNull BatCommand command) {
|
||||
command.setCategory(category);
|
||||
command.setFeature(this);
|
||||
commandService.registerCommand(command);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user