removed debug message
This commit is contained in:
parent
d16cc44e6c
commit
82e4d37436
@ -252,7 +252,6 @@ yl_speak_up.calculate_displayable_options = function(pname, d_options)
|
|||||||
local o_v = d_options[ o_k ]
|
local o_v = d_options[ o_k ]
|
||||||
-- Can we display this option?
|
-- Can we display this option?
|
||||||
retval[o_k] = yl_speak_up.eval_all_preconditions(player, o_v.o_prerequisites, o_k, retval)
|
retval[o_k] = yl_speak_up.eval_all_preconditions(player, o_v.o_prerequisites, o_k, retval)
|
||||||
minetest.chat_send_player("singleplayer","retval "..tostring(o_k)..": "..tostring(retval[o_k])) -- TODO
|
|
||||||
end
|
end
|
||||||
return retval
|
return retval
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user