mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
Obsolete refactor - ConnectedClient to Channel (#24409)
(cherry picked from commit 05a2e6b3a21e5fb3198432d885bbe28506d85b9c)
This commit is contained in:
@@ -394,7 +394,7 @@ namespace Content.Server.NodeContainer.EntitySystems
|
||||
|
||||
foreach (var player in _visPlayers)
|
||||
{
|
||||
RaiseNetworkEvent(msg, player.ConnectedClient);
|
||||
RaiseNetworkEvent(msg, player.Channel);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -407,7 +407,7 @@ namespace Content.Server.NodeContainer.EntitySystems
|
||||
msg.Groups.Add(VisMakeGroupState(network));
|
||||
}
|
||||
|
||||
RaiseNetworkEvent(msg, player.ConnectedClient);
|
||||
RaiseNetworkEvent(msg, player.Channel);
|
||||
}
|
||||
|
||||
private NodeVis.GroupData VisMakeGroupState(BaseNodeGroup group)
|
||||
|
||||
Reference in New Issue
Block a user