|
@ -640,7 +640,7 @@ impl<EG: EntityGateway> ServerState for ShipServerState<EG> { |
|
|
},
|
|
|
},
|
|
|
RecvShipPacket::MenuDetail(menudetail) => {
|
|
|
RecvShipPacket::MenuDetail(menudetail) => {
|
|
|
let block = self.blocks.with_client(id, &self.clients)?;
|
|
|
let block = self.blocks.with_client(id, &self.clients)?;
|
|
|
Box::new(handler::lobby::get_room_tab_info(id, menudetail, &mut block.client_location, &mut self.clients, &mut block.rooms)?.into_iter())
|
|
|
|
|
|
|
|
|
Box::new(handler::lobby::get_room_tab_info(id, menudetail, &mut block.client_location, &self.clients, &mut block.rooms)?.into_iter())
|
|
|
},
|
|
|
},
|
|
|
RecvShipPacket::RoomPasswordReq(room_password_req) => {
|
|
|
RecvShipPacket::RoomPasswordReq(room_password_req) => {
|
|
|
let block = self.blocks.with_client(id, &self.clients)?;
|
|
|
let block = self.blocks.with_client(id, &self.clients)?;
|
|
|