mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 16:56:23 +00:00
Fix: noUnblockToJump (#1893)
This commit is contained in:
parent
9ac7f93c8a
commit
564a41540c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue