Browse Source

remove unused line

pull/44/head
andy 3 years ago
committed by jake
parent
commit
89ae918a2f
  1. 1
      src/ship/packet/handler/direct_message.rs

1
src/ship/packet/handler/direct_message.rs

@ -249,7 +249,6 @@ where
{
let client = clients.get_mut(&id).ok_or(ShipError::ClientNotFound(id))?;
let area_client = client_location.get_local_client(id).map_err(|err| -> ClientLocationError { err.into() })?;
// let other_clients_in_area = client_location.get_client_neighbors(id).map_err(|err| -> ClientLocationError { err.into() })?;
let other_clients_in_area = client_location.get_all_clients_by_client(id).map_err(|err| -> ClientLocationError { err.into() })?;
let bank_action_pkts = match bank_interaction.action {
BANK_ACTION_DEPOSIT => {

Loading…
Cancel
Save