From: Ben Date: Mon, 25 Nov 2024 11:39:10 +0000 (-0500) Subject: removed obsolete netmessage creator (#33542) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=32f48d974f4fc446ce175b1b01afc3df63b64fe5;p=space-station-14.git removed obsolete netmessage creator (#33542) removed opsolete netmessage createor --- diff --git a/Content.Client/Eui/BaseEui.cs b/Content.Client/Eui/BaseEui.cs index 7f86ded7e4..c11ba5a9b6 100644 --- a/Content.Client/Eui/BaseEui.cs +++ b/Content.Client/Eui/BaseEui.cs @@ -55,7 +55,7 @@ namespace Content.Client.Eui /// protected void SendMessage(EuiMessageBase msg) { - var netMsg = _netManager.CreateNetMessage(); + var netMsg = new MsgEuiMessage(); netMsg.Id = Id; netMsg.Message = msg;