Browse Source

room tab info page 1

pull/112/head
andy 2 years ago
parent
commit
b80e308cf2
  1. 2
      src/ship/packet/handler/lobby.rs

2
src/ship/packet/handler/lobby.rs

@ -155,4 +155,4 @@ pub fn get_room_tab_info(id: ClientId,
} else {
Ok(vec![(id, SendShipPacket::SmallLeftDialog(SmallLeftDialog::new("Game is no longer active".into())))])
}
}
}
Loading…
Cancel
Save