From 71da7c212f567303e6701b1c6b026c7ab01d2d82 Mon Sep 17 00:00:00 2001 From: Chris N Date: Wed, 2 Jul 2014 14:43:28 -1000 Subject: [PATCH] Fix Typo The jig's up. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 9cc9505..58a04fe 100644 --- a/init.lua +++ b/init.lua @@ -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)