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);