From b80e308cf2914f27f9c5692047850a0c1be2da56 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 6 Jul 2022 22:41:30 +0000 Subject: [PATCH] room tab info page 1 --- src/ship/packet/handler/lobby.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ship/packet/handler/lobby.rs b/src/ship/packet/handler/lobby.rs index dd0e6d9..2e1625c 100644 --- a/src/ship/packet/handler/lobby.rs +++ b/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())))]) } -} \ No newline at end of file +}