diff --git a/Content.Server/Administration/Logs/AdminLogSystem.Json.cs b/Content.Server/Administration/Logs/AdminLogSystem.Json.cs index 1c21f167af..bee8baa3f7 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.Json.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.Json.cs @@ -57,6 +57,7 @@ public partial class AdminLogSystem EntityUid? entityId = properties[key] switch { EntityUid id => id, + EntityStringRepresentation rep => rep.Uid, IPlayerSession {AttachedEntity: {Valid: true}} session => session.AttachedEntity, IComponent component => component.Owner, _ => null