forked from mtcontrib/plantlife_modpack
Reduce usage of debug print
statements for no good reason (console floods)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user