Skip to content

Commit 03bbe2c

Browse files
committed
fix ctrl_v typo
1 parent b53cdd2 commit 03bbe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/code.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4279,7 +4279,7 @@ local ctrl_v = {
42794279
return true
42804280
end,
42814281
}))
4282-
elseif cards[1].area == G.pacl_cards then
4282+
elseif cards[1].area == G.pack_cards then
42834283
G.E_MANAGER:add_event(Event({
42844284
func = function()
42854285
local card = copy_card(cards[1])

0 commit comments

Comments
 (0)