diff --git a/Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs b/Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs index 3b3bbc1c2e..3938996018 100644 --- a/Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs +++ b/Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs @@ -88,7 +88,7 @@ public sealed class UtkaTCPSession : TcpSession if (i + 1 == handles.Length && !BufferCahce.EndsWith("&%^sep^%&")) continue; - if (handle.Length == 0 || !handle.StartsWith("{\"") || !handle.EndsWith("\"}")) + if (handle.Length == 0 || !handle.StartsWith("{") || !handle.EndsWith("}")) continue; var pos = BufferCahce.IndexOf(handle);