mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove comment
This commit is contained in:
parent
2d83a8a1e4
commit
0c688a9b50
@ -323,7 +323,6 @@ impl<'a> System<'a> for Sys {
|
|||||||
emitter.emit(ServerEvent::CreateShip {
|
emitter.emit(ServerEvent::CreateShip {
|
||||||
pos: comp::Pos(vehicle.wpos),
|
pos: comp::Pos(vehicle.wpos),
|
||||||
ship: vehicle.body,
|
ship: vehicle.body,
|
||||||
// agent: None,//Some(Agent::from_body(&Body::Ship(ship))),
|
|
||||||
rtsim_entity: Some(RtSimVehicle(vehicle_id)),
|
rtsim_entity: Some(RtSimVehicle(vehicle_id)),
|
||||||
driver: vehicle.driver.and_then(&mut actor_info),
|
driver: vehicle.driver.and_then(&mut actor_info),
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user