Skip to content

Commit

Permalink
Hotfix v1.4.8 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVG207 authored May 27, 2023
2 parents df9985f + 076d378 commit e71c256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions umalauncher/helper_table_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,10 @@ class GrandMastersFragmentsRow(hte.Row):
short_name = "Fragments"
description = "[Scenario-specific] Shows the total Grand Masters fragments on each facility. Hidden in other scenarios."

def __init__(self):
super().__init__()
self.settings = GrandMastersFragmentsSettings()

def _generate_cells(self, game_state) -> list[hte.Cell]:
if game_state['speed']['scenario_id'] != 5:
return []
Expand Down
2 changes: 1 addition & 1 deletion umalauncher/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import util
import gui

VERSION = "1.4.7"
VERSION = "1.4.8"

def parse_version(version_string: str):
"""Convert version string to tuple."""
Expand Down

0 comments on commit e71c256

Please sign in to comment.