committed by
GitHub
parent
f19cd90694
commit
bc218347a8
@@ -43,7 +43,9 @@ public sealed partial class GameTicker
|
|||||||
{
|
{
|
||||||
var baseReplayPath = new ResPath(_cfg.GetCVar(CVars.ReplayDirectory)).ToRootedPath();
|
var baseReplayPath = new ResPath(_cfg.GetCVar(CVars.ReplayDirectory)).ToRootedPath();
|
||||||
moveToPath = baseReplayPath / finalPath;
|
moveToPath = baseReplayPath / finalPath;
|
||||||
recordPath = new ResPath(tempDir) / finalPath;
|
|
||||||
|
var fileName = finalPath.Filename;
|
||||||
|
recordPath = new ResPath(tempDir) / fileName;
|
||||||
|
|
||||||
_sawmillReplays.Debug($"Replay will record in temporary position: {recordPath}");
|
_sawmillReplays.Debug($"Replay will record in temporary position: {recordPath}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user