fix mapping door access (#27784)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
3b1ba3b0a2
commit
21f0eb0149
|
|
@ -153,7 +153,7 @@ public sealed class AccessReaderSystem : EntitySystem
|
|||
return IsAllowedInternal(access, stationKeys, reader);
|
||||
|
||||
if (!_containerSystem.TryGetContainer(target, reader.ContainerAccessProvider, out var container))
|
||||
return false;
|
||||
return Paused(target); // when mapping, containers with electronics arent spawned
|
||||
|
||||
foreach (var entity in container.ContainedEntities)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue