diff --git a/pumpkin/src/commands/mod.rs b/pumpkin/src/commands/mod.rs index 6e34b4eb0..d784122c1 100644 --- a/pumpkin/src/commands/mod.rs +++ b/pumpkin/src/commands/mod.rs @@ -79,6 +79,8 @@ fn dispatcher_init<'a>() -> CommandDispatcher<'a> { dispatcher.register(cmd_gamemode::init_command_tree()); dispatcher.register(cmd_stop::init_command_tree()); dispatcher.register(cmd_help::init_command_tree()); + + dispatcher } pub fn handle_command(sender: &mut CommandSender, cmd: &str) {