Surveillance camera listening/speaking (#11640)

This commit is contained in:
Flipp Syder
2022-10-16 10:44:14 -07:00
committed by GitHub
parent 7003a35cb9
commit 6e108bd400
12 changed files with 219 additions and 5 deletions

View File

@@ -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;
}