From 091bf7088e9cca23aae8c05a514b4f5b7d409b8b Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 23 Nov 2019 23:25:26 -0800 Subject: [PATCH] fire me --- src/ship/ship.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }