From 0c688a9b5000a462e7af31ee59aac280af516b03 Mon Sep 17 00:00:00 2001 From: Isse Date: Wed, 12 Apr 2023 10:19:19 +0200 Subject: [PATCH] remove comment --- server/src/rtsim/tick.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/rtsim/tick.rs b/server/src/rtsim/tick.rs index 66ada89749..d0062b5217 100644 --- a/server/src/rtsim/tick.rs +++ b/server/src/rtsim/tick.rs @@ -323,7 +323,6 @@ impl<'a> System<'a> for Sys { emitter.emit(ServerEvent::CreateShip { pos: comp::Pos(vehicle.wpos), ship: vehicle.body, - // agent: None,//Some(Agent::from_body(&Body::Ship(ship))), rtsim_entity: Some(RtSimVehicle(vehicle_id)), driver: vehicle.driver.and_then(&mut actor_info), });