Browse Source

forgot to underscore

pbs
Andy Newjack 4 years ago
parent
commit
e95270539b
  1. 2
      src/ship/ship.rs

2
src/ship/ship.rs

@ -305,7 +305,7 @@ impl<EG: EntityGateway> ServerState for ShipServerState<EG> {
RecvShipPacket::UpdateConfig(pkt) => {
handler::settings::update_config(id, pkt, &mut self.clients, &mut self.entity_gateway)
},
RecvShipPacket::ViewInfoboardRequest(pkt) => {
RecvShipPacket::ViewInfoboardRequest(_pkt) => {
handler::communication::request_infoboard(id, &self.client_location, &self.clients)
},
RecvShipPacket::WriteInfoboard(pkt) => {

Loading…
Cancel
Save