This commit is contained in:
JohnCorby 2022-07-24 15:32:23 -07:00
parent 187f45927d
commit 32a9b68948

View File

@ -61,6 +61,7 @@ internal class LightSensorPatches : QSBPatch
__instance.enabled = false;
__instance._lightDetector.GetShape().enabled = false;
// dont do _startIlluminated stuff here since its done in the worldobject
// player light sensors dont have it either so its okay
}
return false;