This commit is contained in:
jake 2019-11-23 23:25:26 -08:00
parent 4df6fa4466
commit 091bf7088e

View File

@ -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,
}