DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

2b02659739bd95f41a7785aac85d49595a880086 — skye 1 year, 5 months ago 443c9b0
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
}