Add roundid to replay_final.yml (#25398)

oopsy i forgor
This commit is contained in:
Vasilis 2024-02-21 00:33:18 +01:00 committed by GitHub
parent dfa59a4df6
commit 5170593e85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
using Content.Shared.CCVar;
using Content.Shared.CCVar;
using Robust.Shared;
using Robust.Shared.ContentPack;
using Robust.Shared.Replays;
@ -128,6 +128,7 @@ public sealed partial class GameTicker
metadata["roundEndPlayers"] = _serialman.WriteValue(_replayRoundPlayerInfo);
metadata["roundEndText"] = new ValueDataNode(_replayRoundText);
metadata["server_id"] = new ValueDataNode(_configurationManager.GetCVar(CCVars.ServerId));
metadata["roundId"] = new ValueDataNode(RoundId.ToString());
}
private ResPath GetAutoReplayPath()