funny moment

This commit is contained in:
JohnCorby 2022-05-27 11:02:50 -07:00
parent a25c5cbff4
commit 2bcf1a3593

View File

@ -172,12 +172,8 @@ internal class LightSensorPatches : QSBPatch
}
break;
default:
if (lightSourceType == LightSourceType.VOLUME_ONLY)
{
_illuminated = true;
}
case LightSourceType.VOLUME_ONLY:
_illuminated = true;
break;
}
}