roominfo #112

Merged
jake merged 61 commits from roominfo into master 2022-07-25 18:08:45 -04:00
Showing only changes of commit b80e308cf2 - Show all commits

View File

@ -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())))])
}
}
}