Invisible, Inc.

Invisible, Inc.

Not enough ratings
Remove daemon v2.0
   
Award
Favorite
Favorited
Unfavorite
mod
File Size
Posted
Updated
15.152 KB
29 May, 2023 @ 7:19am
5 Jun, 2023 @ 10:18pm
3 Change Notes ( view )

Subscribe to download
Remove daemon v2.0

Description
Remove daemon v2.0 from endless mode by change their appearance date to positive infinity.
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.