From 3f34d275c1822405943c8861b30653fc0fb14ef8 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Sun, 12 Apr 2020 00:05:24 +0200 Subject: [PATCH] Fix crash when another mod outputs on terminal --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 63bc3fe..bd11609 100644 --- a/init.lua +++ b/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 = {}