Invisible, Inc.

Invisible, Inc.

Remove daemon v2.0
2 Comments
HuangET  [author] 5 Jun, 2023 @ 10:39pm 
Thanks for helping very much!
Hekateras 5 Jun, 2023 @ 1:31pm 
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.