forgot to underscore
This commit is contained in:
parent
5393baeca7
commit
e95270539b
@ -305,7 +305,7 @@ impl<EG: EntityGateway> ServerState for ShipServerState<EG> {
|
|||||||
RecvShipPacket::UpdateConfig(pkt) => {
|
RecvShipPacket::UpdateConfig(pkt) => {
|
||||||
handler::settings::update_config(id, pkt, &mut self.clients, &mut self.entity_gateway)
|
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)
|
handler::communication::request_infoboard(id, &self.client_location, &self.clients)
|
||||||
},
|
},
|
||||||
RecvShipPacket::WriteInfoboard(pkt) => {
|
RecvShipPacket::WriteInfoboard(pkt) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user