Skip to content

Commit

Permalink
fix mapping door access (space-wizards#27784)
Browse files Browse the repository at this point in the history
Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas committed May 8, 2024
1 parent 00aa6d0 commit 85780dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Access/Systems/AccessReaderSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public bool IsAllowed(
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)
{
Expand Down

0 comments on commit 85780dc

Please sign in to comment.