The jig's up.
master
Chris N 2014-07-02 14:43:28 -10:00
parent d5ef5993c9
commit 71da7c212f
1 changed files with 1 additions and 1 deletions

View File

@ -287,5 +287,5 @@ minetest.register_on_generated(function(minp, maxp, seed)
vm:write_to_map(data)
local chugent = math.ceil((os.clock() - t1) * 1000) --grab how long it took
print ("[subterrain] "..chugent.." ms") --tell people how long
print ("[caverealms] "..chugent.." ms") --tell people how long
end)