Fixesaaaaaaaaaaa (#360)

* some tweaks

* halt
This commit is contained in:
rhailrake
2023-09-04 16:34:38 +06:00
committed by Aviu00
parent 465dc54814
commit d82924ff03
26 changed files with 144 additions and 3 deletions

View File

@@ -750,7 +750,7 @@ public sealed partial class ChatSystem : SharedChatSystem
/// <summary>
/// Sends a chat message to the given players in range of the source entity.
/// </summary>
private void SendInVoiceRange(ChatChannel channel, string message, string wrappedMessage, EntityUid source, ChatTransmitRange range, NetUserId? author = null)
public void SendInVoiceRange(ChatChannel channel, string message, string wrappedMessage, EntityUid source, ChatTransmitRange range, NetUserId? author = null)
{
foreach (var (session, data) in GetRecipients(source, VoiceRange))
{