Function veloren_server::persistence::character_updater::execute_character_edit
source ยท fn execute_character_edit(
entity: Entity,
character_id: CharacterId,
alias: String,
requesting_player_uuid: &str,
editable_components: EditableComponents,
connection: &mut VelorenConnection,
) -> Result<CharacterUpdaterMessage, PersistenceError>