From 580dc0211195e2841aed9752cee82baf93e1b19c Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Mon, 1 May 2023 17:05:13 +0600 Subject: [PATCH] [tweak] Remove govna --- Content.Server/UtkaIntegration/TCP/UtkaTCPSession.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }