mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-25 20:23:42 +01:00
Fix crash when another mod outputs on terminal
This commit is contained in:
parent
8c7408f66f
commit
3f34d275c1
1
init.lua
1
init.lua
@ -1445,6 +1445,7 @@ local function tablelen(t)
|
||||
end
|
||||
|
||||
local function get_init_items()
|
||||
print()
|
||||
local ic, it, last_str = 0, tablelen(reg_items), ""
|
||||
local hash = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user