Skip to content

Commit

Permalink
fixed regex upgradeMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
amd64fox committed Jan 18, 2025
1 parent e4206c5 commit 93cf622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@
"to": ""
},
"match": "=>\\{((?:(?!=>\\{).)*?(?=\"loggedin_upgrade_menu))",
"replace": "=>\\{ return null; $1"
"replace": "=>{ return null; $1"
}
}
}

0 comments on commit 93cf622

Please sign in to comment.