automatic update
This commit is contained in:
parent
80db9a529e
commit
bc53d6c447
8
init.lua
8
init.lua
@ -341,4 +341,10 @@ minetest.register_abm ({
|
||||
|
||||
end
|
||||
|
||||
print(string.format("[lavacooling] loaded after ca. %.2fs", os.clock() - load_time_start))
|
||||
local time = math.floor(tonumber(os.clock()-load_time_start)*100+0.5)/100
|
||||
local msg = "[lavacooling] loaded after ca. "..time
|
||||
if time > 0.05 then
|
||||
print(msg)
|
||||
else
|
||||
minetest.log("info", msg)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user