From 45e9b3d0ce74056aadc33b8c6799559bd83ac2ad Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Sat, 18 Jan 2025 01:39:13 -0800
Subject: [PATCH] use existing replay timer

---
 strafe-client/src/session.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/strafe-client/src/session.rs b/strafe-client/src/session.rs
index 29e5bc1b..14843292 100644
--- a/strafe-client/src/session.rs
+++ b/strafe-client/src/session.rs
@@ -311,7 +311,7 @@ impl InstructionConsumer<Instruction<'_>> for Session{
 						self.simulation=replay.simulation;
 					},
 				}
-				_=self.simulation.timer.set_paused(ins.time,false);
+				// don't unpause -- use the replay timer state whether it is pasued or unpaused
 			},
 			Instruction::Playback(SessionPlaybackInstruction::IncreaseTimescale)=>{
 				match &self.view_state{