Browse Source

fire me

pbs
jake 5 years ago
parent
commit
091bf7088e
  1. 2
      src/ship/ship.rs

2
src/ship/ship.rs

@ -92,7 +92,7 @@ impl ClientState {
pub struct ShipServerState<EG: EntityGateway> {
entity_gateway: EG,
clients: HashMap<ClientId, ClientState>
clients: HashMap<ClientId, ClientState>,
client_location: ClientLocation,
}

Loading…
Cancel
Save