diff --git a/voxygen/src/menu/char_selection/ui/mod.rs b/voxygen/src/menu/char_selection/ui/mod.rs index 8f194343db..c0e1e90d2b 100644 --- a/voxygen/src/menu/char_selection/ui/mod.rs +++ b/voxygen/src/menu/char_selection/ui/mod.rs @@ -844,7 +844,7 @@ impl Controls { }; // TODO: tooltips - let (tool, species, body_type) = if let Some(_) = character_id { + let (tool, species, body_type) = if character_id.is_some() { (Column::new(), Column::new(), Row::new()) } else { let (body_m_ico, body_f_ico) = match body.species {