No echo from handheld radio (#27046)
I found the echo from my own radio very annoying.
This commit is contained in:
@@ -4,7 +4,7 @@ using Content.Shared.Radio;
|
||||
namespace Content.Server.Radio;
|
||||
|
||||
[ByRefEvent]
|
||||
public readonly record struct RadioReceiveEvent(string Message, EntityUid MessageSource, RadioChannelPrototype Channel, MsgChatMessage ChatMsg);
|
||||
public readonly record struct RadioReceiveEvent(string Message, EntityUid MessageSource, RadioChannelPrototype Channel, EntityUid RadioSource, MsgChatMessage ChatMsg);
|
||||
|
||||
/// <summary>
|
||||
/// Use this event to cancel sending message per receiver
|
||||
|
||||
Reference in New Issue
Block a user