mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
Node Bootstrap: Cast OS version to int so compat code works (#83190) This wasn't working for me because `OSMajor` was set to a string, not a number, so it failed the if check. Making this change made it work Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>