This commit is contained in:
JohnCorby 2022-08-17 15:59:50 -07:00
parent 6edc85dbcc
commit c26a02f3fa

View File

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