Invisible, Inc.

Invisible, Inc.

评价数不足
移除守护进程2.0
   
奖励
收藏
已收藏
取消收藏
mod
文件大小
发表于
更新日期
15.152 KB
2023 年 5 月 29 日 上午 7:19
2023 年 6 月 5 日 下午 10:18
3 项改动说明 ( 查看 )

订阅以下载
移除守护进程2.0

描述
通过将他们的出现日期改为正无穷来从无尽模式中移除守护进程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.