Files
Bubberstation/code/controllers
b3072cdc31 [MIRROR] Fix persistent scarring runtime (#815)
* 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>
2020-09-16 01:29:17 +01:00
..