room tab info page 1

This commit is contained in:
andy 2022-07-06 22:41:30 +00:00
parent 0cd92fd4ac
commit b80e308cf2

View File

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