Skip to content

Commit cce3929

Browse files
committed
Coderabbit review
1 parent 0f126fe commit cce3929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Content.Server/Radio/EntitySystems/HeadsetSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private void OnSpeak(EntityUid uid, WearingHeadsetComponent component, EntitySpo
7272
}
7373
//Starlight begin
7474
if (args.UsingCustomChannel && args.CustomChannel is not null)
75-
_radio.SendCustomRadioMessage(uid, args.Message.Text, args.CustomChannel, component.Headset, args.Language, loudMode); // Custom channel data is already confirmed to exist on this headset
75+
_radio.SendCustomRadioMessage(uid, args.Message.Text, args.CustomChannel, component.Headset, args.Language, loudMode: loudMode); // Custom channel data is already confirmed to exist on this headset
7676
//Starlight end
7777
}
7878

0 commit comments

Comments
 (0)