remove comment

This commit is contained in:
Isse 2023-04-12 10:19:19 +02:00
parent 2d83a8a1e4
commit 0c688a9b50

View File

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