Skip to content

Commit 64d5a6a

Browse files
committed
missing return
1 parent bddbddf commit 64d5a6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ui.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ function G.UIDEF.use_and_sell_buttons(card)
463463
table.insert(m.nodes, { n = G.UIT.R, config = { align = "cl" }, nodes = {
464464
use,
465465
} })
466+
return abc
466467
end
467468
if
468469
card.area
@@ -576,4 +577,5 @@ function G.UIDEF.use_and_sell_buttons(card)
576577
end
577578
end
578579
end
580+
return abc
579581
end

0 commit comments

Comments
 (0)