Merge branch 'immediate-finds' into immediate-finds-modules-proxy

This commit is contained in:
Nuckyz 2024-05-28 17:51:36 -03:00
commit 43b679d676
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -548,8 +548,8 @@ async function runtime(token: string) {
result = findResult; result = findResult;
} }
if (findResult[Vencord.Util.proxyInnerGet] != null) { if (findResult[Vencord.Util.SYM_PROXY_INNER_GET] != null) {
result = findResult[Vencord.Util.proxyInnerValue]; result = findResult[Vencord.Util.SYM_PROXY_INNER_VALUE];
} }
if (findResult.$$vencordInner != null) { if (findResult.$$vencordInner != null) {