Skip to content

Commit

Permalink
Fix broken conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Jan 5, 2024
1 parent e440c6b commit 289c0da
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
def patch_tunables(editor: PatcherEditor, configuration: dict):
tunables = editor.get_file("system/tunables/tunables.bmtun", Bmtun)
_patch_scan_pulse(tunables)
if "reserves_per_tank" in configuration:
_reserves_per_tank(tunables, configuration)
_reserves_per_tank(tunables, configuration)


def _patch_scan_pulse(tunables: Bmtun):
Expand Down

0 comments on commit 289c0da

Please sign in to comment.