From 4cd287dbb84bb4101e332918546a150770bd9106 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 18 Jan 2025 01:32:05 -0800 Subject: [PATCH] unpause sim on bot file export --- strafe-client/src/session.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/strafe-client/src/session.rs b/strafe-client/src/session.rs index 17a0d7e..18d6f2e 100644 --- a/strafe-client/src/session.rs +++ b/strafe-client/src/session.rs @@ -297,6 +297,7 @@ impl InstructionConsumer> for Session{ strafesnet_snf::bot::write_bot(std::io::BufWriter::new(file),replay.recording.instructions).unwrap(); }, } + _=self.simulation.timer.set_paused(ins.time,false); }, Instruction::Playback(SessionPlaybackInstruction::IncreaseTimescale)=>{ match &self.view_state{