diff --git a/strafe-client/src/physics_worker.rs b/strafe-client/src/physics_worker.rs index 7256fc8..1e7ffa3 100644 --- a/strafe-client/src/physics_worker.rs +++ b/strafe-client/src/physics_worker.rs @@ -206,7 +206,7 @@ impl MouseInterpolator{ //use the standard input interface so the instructions are written out to bots self.handle_instruction(&TimedInstruction{ - time:self.timer.time(time), + time, instruction:Instruction::Input(InputInstruction::ResetAndSpawn( strafesnet_common::gameplay_modes::ModeId::MAIN, strafesnet_common::gameplay_modes::StageId::FIRST,