mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-06-13 06:50:25 +02: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…
x
Reference in New Issue
Block a user