diff --git a/src/ship/ship.rs b/src/ship/ship.rs index 3cf36d9..b63e49b 100644 --- a/src/ship/ship.rs +++ b/src/ship/ship.rs @@ -92,7 +92,7 @@ impl ClientState { pub struct ShipServerState { entity_gateway: EG, - clients: HashMap + clients: HashMap, client_location: ClientLocation, }