mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Update QSBAirlockInterface.cs
This commit is contained in:
parent
ef8afd0175
commit
71a2c04d92
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user