WHY IS THERE A SEMICOLON HERE

This commit is contained in:
JohnCorby 2022-08-16 10:38:31 -07:00
parent 4bfad14f2d
commit 373304e2ed

View File

@ -59,7 +59,6 @@ internal class LightSensorPatches : QSBPatch
{
qsbLightSensor._locallyIlluminated = false;
qsbLightSensor.OnDetectLocalDarkness?.Invoke();
;
// wait because someone could send a message getting ownership again
// i hate this so fucking much
Delay.RunFramesLater(10, () =>