@@ 275,7 275,7 @@ pub async fn handle_client(
data_handle.rigid_body_set = rigid_body_set;
data_handle.collider_set = collider_set;
- let module_id = AttachedModule::attach_new(
+ /*let module_id = AttachedModule::attach_new(
&mut data_handle,
&mut e_write_handle,
player_id,
@@ 290,7 290,7 @@ pub async fn handle_client(
module_type: ModuleType::Cargo,
},
1,
- );
+ );*/
/*let module_id = AttachedModule::attach_new(
&mut data_handle,
&mut e_write_handle,
@@ 88,7 88,7 @@ pub async fn timer_main(
);
}
- //physics_data.tick(&mut pipeline);
+ physics_data.tick(&mut pipeline);
let mut protocol_players = vec![];