Remove unless todo (#85)
All checks were successful
Rust Checks / checks (push) Successful in 3m21s

Reviewed-on: fish-canard/border-wars#85
Reviewed-by: Raphaël <r.lauray@outlook.fr>
Co-authored-by: CoCo_Sol007 <solois.corentin@gmail.com>
Co-committed-by: CoCo_Sol007 <solois.corentin@gmail.com>
This commit is contained in:
CoCo_Sol 2024-03-26 10:07:12 +00:00 committed by Raphaël
parent 5848272f4a
commit 6614a1f056

View file

@ -44,7 +44,6 @@ fn lobby_ui(
return;
}
ui.label("Game ID: ");
// TODO : get the game ID and display it.
ui.text_edit_singleline(&mut connection.identifier().unwrap_or_default().to_string());
});