chore: fix global variable issue
Some checks failed
Python Type Check and Lint / ci (push) Failing after 1s

This commit is contained in:
암냥 2026-05-30 18:51:16 +09:00
commit 854d7c9f30

View file

@ -31,6 +31,7 @@ hacks = {
} }
def init(): def init():
global proc, base
try: try:
proc = pm.open_process("ac_client.exe") proc = pm.open_process("ac_client.exe")
base = pm.get_module(proc, "ac_client.exe")["base"] base = pm.get_module(proc, "ac_client.exe")["base"]