Skip to content

Commit 6869e2d

Browse files
committed
lsp update
1 parent 7bee4bc commit 6869e2d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lsp_def/utils.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,7 @@ SMODS.displaying_scoring = nil
242242
---@param hand PokerHands|string
243243
---@param instant boolean
244244
---@param amount? number
245-
-- Like level_up_hand(), but takes care of calling update_hand_text().
246-
-- Tries to avoid calling update_hand_text() if unnecessary.\
247-
-- Smart effect is already handled inside `SMODS.upgrade_poker_hands`.
248-
-- Downgrading this to plain wrapper for backwards compat.
245+
-- Internal function left around for back compat. Replaced by `SMODS.upgrade_poker_hands`.
249246
function SMODS.smart_level_up_hand(card, hand, instant, amount) end
250247

251248
---@param _type CardAreaTypes|string

0 commit comments

Comments
 (0)