Fixed bug with gui/mechanism

Fixes script not allowing to ran on e.g. levers (focus string: dwarfmode/QueryBuilding/Some/Lever/Empty )
develop
warmist 2012-09-01 23:33:49 +03:00
parent 8536785d1d
commit febfc9aa5b
1 changed files with 1 additions and 1 deletions

@ -122,7 +122,7 @@ function MechanismList:onInput(keys)
end
end
if dfhack.gui.getCurFocus() ~= 'dwarfmode/QueryBuilding/Some' then
if not string.find(dfhack.gui.getCurFocus(), 'dwarfmode/QueryBuilding/Some') then
qerror("This script requires the main dwarfmode view in 'q' mode")
end