From a50b48791e7423c6be1fea2c7168ef68dfa8b7f5 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:58:16 +0300 Subject: [PATCH] fix GJAccountManager on android --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 62ade59f..e11ba2b9 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1884,7 +1884,7 @@ class GJAccountManager : cocos2d::CCNode { } gd::string getGJP() = mac 0x89520, win 0x10abb0; - PAD = mac 0x8, win 0x4; + PAD = mac 0x8, win 0x4, android 0x4; gd::string m_password; gd::string m_username; int m_accountID;