As in #2165, this improves the XKit Patches run_order logic a bit, such that versions not contained in the run_order array simply have no patches applied and it thus does not need to be updated for future releases. It also fixes the crash if one adds an entry to run_order without adding a corresponding (potentially empty) entry to patches that I triggered earlier, and pulls a whitespace change from the main branch.
As in #2165, this improves the XKit Patches
run_order
logic a bit, such that versions not contained in therun_order
array simply have no patches applied and it thus does not need to be updated for future releases. It also fixes the crash if one adds an entry torun_order
without adding a corresponding (potentially empty) entry topatches
that I triggered earlier, and pulls a whitespace change from the main branch.