Revert "Fix handheld radios incoming messages" (#11248)

This commit is contained in:
Kara
2022-09-13 05:50:56 -07:00
committed by GitHub
parent d194a02ab8
commit 3e4e0657b0
2 changed files with 1 additions and 5 deletions

View File

@@ -25,10 +25,7 @@ namespace Content.Server.Radio.Components
private bool _radioOn;
[DataField("channels", customTypeSerializer: typeof(PrototypeIdHashSetSerializer<RadioChannelPrototype>))]
private HashSet<string> _channels = new()
{
"Common"
};
private HashSet<string> _channels = new();
public int BroadcastFrequency => IoCManager.Resolve<IPrototypeManager>()
.Index<RadioChannelPrototype>(BroadcastChannel).Frequency;