diff --git a/Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs b/Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs index 7e26f1a2fa..b5d8cb1648 100644 --- a/Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs +++ b/Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs @@ -36,7 +36,7 @@ public sealed class UtkaTCPSession : TcpSession protected override void OnConnected() { - SendAsync("Hello from грабли, знай утка я ебал тебя в зад!!!"); + SendAsync("HandShake??? Hello."); base.OnConnected(); }