From 854d7c9f30305b68e13d572003401257aa9132ce Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 30 May 2026 18:51:16 +0900 Subject: [PATCH] chore: fix global variable issue --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 571b699..16121a1 100644 --- a/main.py +++ b/main.py @@ -31,6 +31,7 @@ hacks = { } def init(): + global proc, base try: proc = pm.open_process("ac_client.exe") base = pm.get_module(proc, "ac_client.exe")["base"]