removed undeclared global

This commit is contained in:
Sokomine 2021-06-21 17:51:00 +02:00
parent a1af19ca46
commit fe683adefb

View File

@ -139,7 +139,7 @@ yl_speak_up.show_precondition = function(p)
elseif(p.p_type == "auto") then
return "auto: Always true."
elseif(p.p_type == "function") then
return "function: evaluate "..tostring(p_value)
return "function: evaluate "..tostring(p.p_value)
elseif(p.p_type == "state") then
if(not(p.p_operator)) then
return "Error: Operator not defined."