This commit is contained in:
Edvin Bryntesson
2024-08-21 19:41:33 +02:00
parent d4fb9d76b6
commit 1fd3595ecc

View File

@@ -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) {