wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.06k stars 614 forks source link

Fix CombinedRuntimeLoader default path #6661

Closed ThadHouse closed 4 months ago

ThadHouse commented 4 months ago

The default extraction path code was removed, which made any use of the combined runtime loader throw an NPE. Fix that issue by adding the default path back in.