fix(client): remove old comment
1 files changed, 0 insertions(+), 2 deletions(-) M client/src/plugins/menu/ui/browse.rs
M client/src/plugins/menu/ui/browse.rs => client/src/plugins/menu/ui/browse.rs +0 -2
@@ 158,6 158,4 @@ fn enter_game(commands: &mut Commands, global: &mut Global, game_id: &str) { commands.insert_resource(NextState(Some(MenuState::None))); commands.insert_resource(NextState(Some(AppState::InGame))); - - // upon entering the InGame state, fetch details of the game }