We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d460a7 commit b89a835Copy full SHA for b89a835
lib/overrides.lua
@@ -746,7 +746,8 @@ function SMODS.create_mod_badges(obj, badges)
746
}
747
end
748
749
- if Cryptid.safe_get(G, "ACTIVE_MOD_UI", "id") == "Cryptid" and obj and not obj.force_gameset then
+ local id = obj and obj.mod and obj.mod.id
750
+ if Cryptid.safe_get(G, "ACTIVE_MOD_UI", "id") == (id) and obj and not obj.force_gameset and Cryptid.mod_gameset_whitelist[id] then
751
local set = Cryptid.gameset(obj)
752
if set == "disabled" or obj.set == "Content Set" then
753
return
0 commit comments