Fix crash when another mod outputs on terminal

This commit is contained in:
Jean-Patrick Guerrero 2020-04-12 00:05:24 +02:00
parent 8c7408f66f
commit 3f34d275c1
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {}