mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 11:19:26 +08:00
add: hooked lua function trace
This commit is contained in:
@@ -319,3 +319,9 @@ class CrackApi:
|
||||
|
||||
def disable_opsi_no_map_fog(self):
|
||||
self.post("disable_opsi_no_map_fog")
|
||||
|
||||
def enable_hooked_lua_function_trace(self):
|
||||
self.post("enable_hooked_lua_function_trace")
|
||||
|
||||
def disable_hooked_lua_function_trace(self):
|
||||
self.post("disable_hooked_lua_function_trace")
|
||||
|
||||
Reference in New Issue
Block a user