Skip to content

Commit

Permalink
Fix: noUnblockToJump (Vendicated#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr authored Oct 25, 2023
1 parent 1502024 commit 0c12500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/noUnblockToJump/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default definePlugin({
}
},
{
find: "renderJumpButton=function()",
find: "renderJumpButton()",
replacement: {
match: /if\(.{1,10}\)(.{1,10}\.show\({.{1,50}UNBLOCK_TO_JUMP_TITLE)/,
replace: "if(false)$1"
Expand Down

0 comments on commit 0c12500

Please sign in to comment.