demote error to warning

This commit is contained in:
FaceDeer 2018-12-01 20:49:44 -07:00
parent 1bcdefb766
commit c5907a1490

View File

@ -255,7 +255,7 @@ if flow_through then
local add_flow_through = function(node_name)
local node_def = minetest.registered_nodes[node_name]
if node_def == nil then
minetest.log("error", "dynamic_liquid attempted to call add_flow_through on the node name "
minetest.log("warning", "dynamic_liquid attempted to call add_flow_through on the node name "
.. node_name .. ", which was not found in minetest.registered_nodes.")
return
end