diff --git a/Content.Server/GameTicking/GameTicker.Replays.cs b/Content.Server/GameTicking/GameTicker.Replays.cs index a9df697647..3254fb840d 100644 --- a/Content.Server/GameTicking/GameTicker.Replays.cs +++ b/Content.Server/GameTicking/GameTicker.Replays.cs @@ -43,9 +43,7 @@ public sealed partial class GameTicker { var baseReplayPath = new ResPath(_cfg.GetCVar(CVars.ReplayDirectory)).ToRootedPath(); moveToPath = baseReplayPath / finalPath; - - var fileName = finalPath.Filename; - recordPath = new ResPath(tempDir) / fileName; + recordPath = new ResPath(tempDir) / finalPath; _sawmillReplays.Debug($"Replay will record in temporary position: {recordPath}"); }