Skip to content

Commit

Permalink
removed obsolete netmessage creator (space-wizards#33542)
Browse files Browse the repository at this point in the history
removed opsolete netmessage createor
  • Loading branch information
benev0 authored and Doctor-Cpu committed Jan 2, 2025
1 parent 384f51e commit 98aade2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Eui/BaseEui.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public virtual void HandleMessage(EuiMessageBase msg)
/// </summary>
protected void SendMessage(EuiMessageBase msg)
{
var netMsg = _netManager.CreateNetMessage<MsgEuiMessage>();
var netMsg = new MsgEuiMessage();
netMsg.Id = Id;
netMsg.Message = msg;

Expand Down

0 comments on commit 98aade2

Please sign in to comment.