diff --git a/strafe-client/src/physics_worker.rs b/strafe-client/src/physics_worker.rs index 63ce68f..e6c1c92 100644 --- a/strafe-client/src/physics_worker.rs +++ b/strafe-client/src/physics_worker.rs @@ -77,5 +77,8 @@ pub fn new<'a>( run_session_instruction!(ins.time,SessionInstruction::LoadReplay(bot)); } } + + //whatever just do it + session.debug_raycast_print_model_id_if_changed(ins.time); }) }