Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio station #674

Merged
merged 11 commits into from
Nov 12, 2024
Prev Previous commit
Next Next commit
Update Content.Server/Radio/Components/RadioSpeakerComponent.cs
Co-authored-by: Partmedia <kevinz5000@gmail.com>
bryan-hub and Partmedia authored Nov 11, 2024
commit 89668b8e327f0742758bac424d1002eebfacd8c2
2 changes: 1 addition & 1 deletion Content.Server/Radio/Components/RadioSpeakerComponent.cs
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ public sealed partial class RadioSpeakerComponent : Component
[DataField("enabled")]
public bool Enabled;

[DataField("IsSpeaker")] //This field when true will play the audio over the Speak chat type. The default chat type is whisper. This will allow the audio to carry further.
[DataField("IsSpeaker")] // Set to true for broadcast radio speakers so that it speaks instead of whispers the message.
public bool IsSpeaker;

}