mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 09:16:24 +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(){",
|
find: "getSrc(){",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(if\(null!=\i\))return \i\.default\.getURL\(\i\)/,
|
match: /(if\(null!=\i\))return \i\.\i\.getURL\(\i\)/,
|
||||||
replace: "$1return null",
|
replace: "$1return null",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue