Багфиксы (#92)
* - fix: Fix airlock draw depth. * - fix: Fix headrev command staff message. * - fix: Fix gulag bound antags. * - fix: Double health icon fix. * - fix: Fix cult start exception. * - fix: Fix cult pull teleport. * - fix: Fix another exception. * - fix: Fix drawdepth again. * - fix: Clown font fix.
This commit is contained in:
@@ -44,7 +44,7 @@ public sealed class RadioSystem : EntitySystem
|
||||
{
|
||||
if (args.Channel != null && component.Channels.Contains(args.Channel.ID))
|
||||
{
|
||||
SendRadioMessage(uid, args.Message, args.Channel, uid);
|
||||
SendRadioMessage(uid, args.Message, args.Channel, uid, false); // WD EDIT
|
||||
args.Channel = null; // prevent duplicate messages from other listeners.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user