Merge branch 'immediate-finds' into immediate-finds-modules-proxy
This commit is contained in:
commit
43b679d676
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue