From e06dc89c3465a23d3ac266fa23c1430b79db12dc Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Thu, 25 Nov 2021 23:53:59 +0100 Subject: [PATCH] Remove setting AdminLogPlayer.RoundId explicitly --- Content.Server/Administration/Logs/AdminLogSystem.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Content.Server/Administration/Logs/AdminLogSystem.cs b/Content.Server/Administration/Logs/AdminLogSystem.cs index 01f005e324..ab78a3a9f1 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.cs @@ -250,8 +250,7 @@ public partial class AdminLogSystem : SharedAdminLogSystem { var player = new AdminLogPlayer { - PlayerUserId = id, - RoundId = CurrentRoundId + PlayerUserId = id }; log.Players.Add(player);