From ab0589381342f8ebe7e60e7e5a3d82d225e8a507 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 7 Jan 2025 22:52:46 -0800 Subject: [PATCH] A BUG HAS BEEN FOUND!!!! --- strafe-client/src/physics_worker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,