Reverse local addressable

This commit is contained in:
rfi 2024-05-31 20:41:01 +07:00 committed by GitHub
parent e42ea74608
commit 88843867b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

3
ba.js
View File

@ -29,9 +29,6 @@ while (true) {
Conn.method("set_ApiUrl").invoke(Il2Cpp.String.from(`http://${SERVER_ADDRESS}/api/`));
Conn.method("set_ProhibitedWordBlackListUri").invoke(Il2Cpp.String.from(""));
Conn.method("set_ProhibitedWordBlackListUri").invoke(Il2Cpp.String.from(""));
const acur = Conn.method("get_AddressablesCatalogUrlRoot").invoke();
console.log("AddressablesCatalogUrlRoot: " + acur);
Conn.method("set_AddressablesCatalogUrlRoot").invoke(Il2Cpp.String.from(`http://${SERVER_ADDRESS}/data`));
return Conn;
}