Function veloren_server::cmd::do_command

source ·
fn do_command(
    server: &mut Server,
    client: Entity,
    target: Entity,
    args: Vec<String>,
    cmd: &ServerChatCommand
) -> Result<(), Content>