Function veloren_server::cmd::handle_make_volume

source ยท
fn handle_make_volume(
    server: &mut Server,
    client: Entity,
    target: Entity,
    args: Vec<String>,
    _action: &ServerChatCommand,
) -> Result<(), Content>