Skip to content

Commit

Permalink
Update QSBAirlockInterface.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCorby authored Sep 30, 2023
1 parent ef8afd0 commit 71a2c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class QSBAirlockInterface : QSBRotatingElements<AirlockInterface, Airlock
protected override IEnumerable<SingleLightSensor> LightSensors => AttachedObject._lightSensors;
protected override GameObject NetworkObjectPrefab => QSBNetworkManager.singleton.AirlockPrefab;

// RotatingElements normally releases authority when not longer being lit
// RotatingElements normally releases ownership when not longer being lit
// force the airlocks to keep network updating when they could still be moving
protected override bool LockedActive => AttachedObject.enabled;

Expand Down

0 comments on commit 71a2c04

Please sign in to comment.