Revert "Fix handheld radios incoming messages" (#11248)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
- type: Item
|
||||
sprite: Objects/Devices/communication.rsi
|
||||
heldPrefix: walkietalkie
|
||||
- type: Speech
|
||||
Reference in New Issue
Block a user