Update QSBAirlockInterface.cs

This commit is contained in:
Will Corby 2023-09-30 13:04:17 -07:00 committed by GitHub
parent ef8afd0175
commit 71a2c04d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;