mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-20 15:41:01 +00:00
comment
This commit is contained in:
parent
6edc85dbcc
commit
c26a02f3fa
@ -62,6 +62,7 @@ internal class LightSensorPatches : QSBPatch
|
||||
Delay.RunFramesLater(10, () =>
|
||||
{
|
||||
// no one else took ownership, so we can safely make not illuminated
|
||||
// ie turn off when no one else is there
|
||||
if (qsbLightSensor.Owner == 0)
|
||||
{
|
||||
__instance._illuminated = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user