Remove setting AdminLogPlayer.RoundId explicitly

This commit is contained in:
DrSmugleaf
2021-11-25 23:53:59 +01:00
parent 1e5f7599fc
commit e06dc89c34

View File

@@ -250,8 +250,7 @@ public partial class AdminLogSystem : SharedAdminLogSystem
{
var player = new AdminLogPlayer
{
PlayerUserId = id,
RoundId = CurrentRoundId
PlayerUserId = id
};
log.Players.Add(player);