roominfo #112

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

View File

@ -177,7 +177,7 @@ async fn test_get_room_info() {
let packets = ship.handle(ClientId(2), &RecvShipPacket::MenuDetail(MenuDetail{menu: 3, item: 0})).await.unwrap().collect::<Vec<_>>();
assert!(matches!(&packets[0], (ClientId(2), SendShipPacket::SmallLeftDialog(SmallLeftDialog{
padding: [17664, 1157645568],
msg: _expectedmsg, // new characters have a blank name by default so it's missing here
msg: _expectedmsg,
}))));
}