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{