mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-07-30 09:15:50 +02:00
removed undeclared global
This commit is contained in:
parent
a1af19ca46
commit
fe683adefb
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user