Skip to content

Commit

Permalink
don't remove run_order entries (for downgrade compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Oct 22, 2024
1 parent a199701 commit 8f5dda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/xkit_patches.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ XKit.extensions.xkit_patches = new Object({
}, 1000);
},

run_order: ["7.10.0"],
run_order: ["7.8.1", "7.8.2", "7.9.0", "7.9.1", "7.9.2", "7.10.0"],

patches: {
"7.10.0": function() {
Expand Down

0 comments on commit 8f5dda8

Please sign in to comment.