automatic update

master
HybridDog 2015-03-15 11:37:05 +01:00
parent 80db9a529e
commit bc53d6c447
1 changed files with 7 additions and 1 deletions

View File

@ -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