We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8dc1 commit 508ad09Copy full SHA for 508ad09
src/ui.lua
@@ -2331,8 +2331,7 @@ create_UIBox_your_collection_poker_hands = function (args)
2331
((G.ACTIVE_MOD_UI.ui_config or {}).collection_back_colour or (G.ACTIVE_MOD_UI.ui_config or {}).back_colour),
2332
outline_colour = G.ACTIVE_MOD_UI and ((G.ACTIVE_MOD_UI.ui_config or {}).collection_outline_colour or
2333
(G.ACTIVE_MOD_UI.ui_config or {}).outline_colour),
2334
- back_func = (args and args.back_func) or G.ACTIVE_MOD_UI and "openModUI_" .. G.ACTIVE_MOD_UI.id or
2335
- 'your_collection_other_gameobjects',
+ back_func = (args and args.back_func) or 'your_collection_other_gameobjects',
2336
snap_back = args and args.snap_back,
2337
infotip = args and args.infotip,
2338
contents = {
0 commit comments