Listener fix for speech (#10240)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Radio.EntitySystems
|
||||
[UsedImplicitly]
|
||||
public sealed class ListeningSystem : EntitySystem
|
||||
{
|
||||
public void PingListeners(EntityUid source, string message, RadioChannelPrototype channel)
|
||||
public void PingListeners(EntityUid source, string message, RadioChannelPrototype? channel)
|
||||
{
|
||||
foreach (var listener in EntityManager.EntityQuery<IListen>(true))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user