Skip to content

Commit

Permalink
Update QNewGameWizard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilli935 committed Mar 4, 2024
1 parent 0026c6f commit 181a2d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion game/theater/start_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class ModSettings:
frenchpack: bool = False
high_digit_sams: bool = False
ov10a_bronco: bool = False

fa18efg: bool = False

Check warning on line 69 in game/theater/start_generator.py

View check run for this annotation

Codecov / codecov/patch

game/theater/start_generator.py#L69

Added line #L69 was not covered by tests

def save_player_settings(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion qt_ui/windows/newgame/QNewGameWizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ def __init__(

fa18efg = QtWidgets.QCheckBox()
fa18efg.setChecked(mod_settings.fa18efg)
self.registerField("fa18efg", fa18efg)
self.registerField("FA18_EFG", fa18efg)

modHelpText = QtWidgets.QLabel(
"<p>Select the mods you have installed. If your chosen factions support them, you'll be able to use these mods in your campaign.</p>"
Expand Down

0 comments on commit 181a2d4

Please sign in to comment.