Remove usage of CreateNetMessage. (#7563)

This commit is contained in:
Pieter-Jan Briers
2022-04-15 20:55:49 +02:00
committed by GitHub
parent 353a7aa210
commit b3e7c7af1f
14 changed files with 20 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ namespace Content.Server.Ghost.Components
var playerChannel = actor.PlayerSession.ConnectedClient;
var msg = _netManager.CreateNetMessage<MsgChatMessage>();
var msg = new MsgChatMessage();
msg.Channel = ChatChannel.Radio;
msg.Message = message;