diff --git a/Content.Server/Administration/Logs/AdminLogSystem.Json.cs b/Content.Server/Administration/Logs/AdminLogSystem.Json.cs index 098f88b5c0..1ecc5136d7 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.Json.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.Json.cs @@ -72,6 +72,8 @@ public partial class AdminLogSystem ? resolvedEntity.Name : null; + if (entities.Any(e => e.id == (int) uid)) continue; + entities.Add(((int) uid, entityName)); if (_entityManager.TryGetComponent(uid, out ActorComponent? actor))