mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 11:40:07 +01:00
* Fix persistent scarring runtime (#53719) If statement requiring a non-null var would explicitly run when that var was null. Added early continue to skip over it in that scenario. * Fix persistent scarring runtime Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>