fixed missing logging

This commit is contained in:
kaadmy 2015-10-01 13:37:34 -07:00
parent b12c6fa05e
commit 1bba1f0716

View File

@ -14,11 +14,7 @@ default.WATER_VISC = 1
default.LIGHT_MAX = 14
function default.log(text, type)
if type == "loaded" then
minetest.log("info", "Pixture ["..type.."] "..text)
else
minetest.log("action", "Pixture ["..type.."] "..text)
end
minetest.log("action", "Pixture ["..type.."] "..text)
end
function default.dumpvec(v)