Skip to content

Commit d1a5447

Browse files
committed
Fix duplicate call to df2console
1 parent 2142265 commit d1a5447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gaydar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ if args.notStraight then
179179
elseif args.gayOnly then
180180
local totalNotShown=0
181181
for k,v in ipairs(orientations) do
182-
if isGay(v) then dfprint(dfhack.df2console(v)) else totalNotShown=totalNotShown+1 end
182+
if isGay(v) then dfprint(v) else totalNotShown=totalNotShown+1 end
183183
end
184184
print('Total not shown: '..totalNotShown)
185185
elseif args.asexualOnly then

0 commit comments

Comments
 (0)