mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
* Un-undefs healthscan mode defines (moves them to a defines file) (#81161) ## About The Pull Request `healthscan` is a global proc, but if you want to call the proc with a different scan mode, you can't use the defines as they're def'd and undef'd in the health analyzer file. So I moved them to a global define file. * Un-undefs healthscan mode defines (moves them to a defines file) * I gotchu bro * This too --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>