fix window placement (#18075)

This commit is contained in:
I.K
2023-07-18 16:11:28 -05:00
committed by GitHub
parent a5c5c761e5
commit ca521183a1

View File

@@ -16,7 +16,7 @@ namespace Content.Shared.Construction.Conditions
var sysMan = entManager.EntitySysManager;
var tagSystem = sysMan.GetEntitySystem<TagSystem>();
foreach (var entity in location.GetEntitiesInTile(LookupFlags.Approximate | LookupFlags.Static))
foreach (var entity in location.GetEntitiesInTile(LookupFlags.Static))
{
if (tagSystem.HasTag(entity, "Window", tagQuery))
return false;