mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +00:00
Fix on latest client version
This commit is contained in:
parent
c9df5de858
commit
f6764a2a39
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default definePlugin({
|
|||
{
|
||||
find: "getSrc(){",
|
||||
replacement: {
|
||||
match: /(if\(null!=\i\))return \i\.default\.getURL\(\i\)/,
|
||||
match: /(if\(null!=\i\))return \i\.\i\.getURL\(\i\)/,
|
||||
replace: "$1return null",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue