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.
2 parents a72cb09 + 6cadf99 commit 2284859Copy full SHA for 2284859
src/bl3_mod_menu/options_setup.py
@@ -211,7 +211,7 @@ def inner() -> Iterator[BaseOption]:
211
212
description = mod.description
213
if Game.get_current() not in mod.supported_games:
214
- supported = [g.name for g in Game if g in mod.supported_games]
+ supported = [g.name for g in Game if g in mod.supported_games and g.name is not None]
215
description = (
216
"<font color='#ffff00'>Incompatible Game!</font>\r"
217
"This mod supports: " + ", ".join(supported) + "\n\n" + description
0 commit comments