veloren_server::cmd

Function handle_kill_npcs

Source
fn handle_kill_npcs(
    server: &mut Server,
    client: Entity,
    target: Entity,
    args: Vec<String>,
    _action: &ServerChatCommand,
) -> Result<(), Content>