remove swear because im calming down

This commit is contained in:
JohnCorby 2022-08-16 16:22:57 -07:00
parent fde9c49193
commit 18a083240e

View File

@ -64,7 +64,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, () =>
{
if (qsbLightSensor.Owner == 0)