Corrige crash au démarrage causé par mauvais merge

This commit is contained in:
Sys Quatre 2019-12-22 16:54:58 +01:00
parent 268c6a0c36
commit 6f5431097c
1 changed files with 1 additions and 7 deletions

View File

@ -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.")