Surveillance camera listening/speaking (#11640)
This commit is contained in:
@@ -337,7 +337,7 @@ public sealed class AtmosMonitorSystem : EntitySystem
|
||||
{
|
||||
if (!monitor.NetEnabled) return;
|
||||
|
||||
if (!Resolve(monitor.Owner, ref tags))
|
||||
if (!Resolve(monitor.Owner, ref tags, false))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user