From 6f5431097c14118bd5d2a08453a6faddf581c1f1 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sun, 22 Dec 2019 16:54:58 +0100 Subject: [PATCH] =?UTF-8?q?Corrige=20crash=20au=20d=C3=A9marrage=20caus?= =?UTF-8?q?=C3=A9=20par=20mauvais=20merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/init.lua b/init.lua index 5d6a3bd..bc9c809 100644 --- a/init.lua +++ b/init.lua @@ -1036,10 +1036,4 @@ for name,func in pairs(funcs) do end end -local time = (minetest.get_us_time() - load_time_start) / 1000000 -local msg = "[vector_extras] loaded after ca. " .. time .. " seconds." -if time > 0.01 then - print(msg) -else - minetest.log("action", msg) -end +minetest.log("action", "[vector_extras] loaded.")