Fix duplicate call to df2console

develop
lethosor 2016-03-04 19:08:57 -05:00
parent 4b07a6001e
commit f3f719a25c
1 changed files with 1 additions and 1 deletions

@ -179,7 +179,7 @@ if args.notStraight then
elseif args.gayOnly then
local totalNotShown=0
for k,v in ipairs(orientations) do
if isGay(v) then dfprint(dfhack.df2console(v)) else totalNotShown=totalNotShown+1 end
if isGay(v) then dfprint(v) else totalNotShown=totalNotShown+1 end
end
print('Total not shown: '..totalNotShown)
elseif args.asexualOnly then