Skip to content

Commit

Permalink
fix bolted
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimeMoot authored Jan 2, 2025
1 parent a1f8da5 commit a2647ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Doors/Systems/SharedAirlockSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private void OnBeforeDoorClosed(EntityUid uid, AirlockComponent airlock, BeforeD

if (TryComp(uid, out DoorComponent? door)
&& !door.Partial
&& !CanChangeState(uid, airlock))
&& DoorSystem.IsBolted(uid))
{
args.Cancel();
}
Expand Down

0 comments on commit a2647ea

Please sign in to comment.