Function veloren_server::cmd::uuid_to_username
source ยท fn uuid_to_username(
server: &mut Server,
fallback_entity: Entity,
uuid: Uuid,
) -> Result<String, Content>
Expand description
NOTE: Intended to be run only on logged-in clients.