Invisible, Inc.

Invisible, Inc.

移除守护进程2.0
2 条留言
HuangET  [作者] 2023 年 6 月 5 日 下午 10:39 
Thanks for helping very much!
Hekateras 2023 年 6 月 5 日 下午 1:31 
This is a nice mod, but it's better to use the mod API command for this so that it will behave correctly when the mod is disabled. By the commented out line, I see you tried that.

In your modinit, try changing
local function load( modApi, options )
to
local function load( mod_api, options )


If the variable name you use is the same one passed to the function, it should work now.