Reduce usage of debug print statements for no good reason (console floods)

This commit is contained in:
Auke Kok
2018-02-17 16:25:08 -08:00
parent b0f742e5c1
commit 1ccfeb6214
2 changed files with 1 additions and 7 deletions

View File

@ -361,7 +361,7 @@ for i in pairs(TRuNKS) do
})
else
print(string.format("[Trunks] warning: tree type '%s:%s' not found", MoD, TRuNK))
minetest.log("error", string.format("[Trunks] warning: tree type '%s:%s' not found", MoD, TRuNK))
end
end
end