File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -3255,17 +3255,10 @@ function SMODS.upgrade_poker_hands(args)
32553255 -- args.from
32563256 -- args.StatusText
32573257
3258- local function get_keys (t )
3259- local keys = {}
3260- for k , _ in pairs (t ) do
3261- table.insert (keys , k )
3262- end
3263- return keys
3264- end
32653258
3266- args .hands = args .hands or get_keys ( G . GAME . hands )
3259+ args .hands = args .hands or G . handlist
32673260 if type (args .hands ) == ' string' then args .hands = {args .hands } end
3268- args .parameters = args .parameters or get_keys ( SMODS .Scoring_Parameters )
3261+ args .parameters = args .parameters or SMODS .Scoring_Parameter . obj_buffer
32693262 local instant = args .instant
32703263
32713264 if not args .func then
Original file line number Diff line number Diff line change 1- return " 1.0.0~BETA-1421c -STEAMODDED"
1+ return " 1.0.0~BETA-1423a -STEAMODDED"
You can’t perform that action at this time.
0 commit comments