Fix on latest client version

This commit is contained in:
Grzesiek11 2024-06-24 03:13:54 +02:00
parent c9df5de858
commit f6764a2a39
No known key found for this signature in database
GPG key ID: 4A5445FB68CDB5C4

View file

@ -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",
}, },
}, },