mirror of
https://github.com/HybridDog/vector_extras.git
synced 2025-06-30 07:10:23 +02:00
Corrige crash au démarrage causé par mauvais merge
This commit is contained in:
8
init.lua
8
init.lua
@ -1036,10 +1036,4 @@ for name,func in pairs(funcs) do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local time = (minetest.get_us_time() - load_time_start) / 1000000
|
minetest.log("action", "[vector_extras] loaded.")
|
||||||
local msg = "[vector_extras] loaded after ca. " .. time .. " seconds."
|
|
||||||
if time > 0.01 then
|
|
||||||
print(msg)
|
|
||||||
else
|
|
||||||
minetest.log("action", msg)
|
|
||||||
end
|
|
||||||
|
Reference in New Issue
Block a user