diff --git a/tft.py b/tft.py index b8d0e37..45f222b 100644 --- a/tft.py +++ b/tft.py @@ -960,8 +960,11 @@ def main(): elif not LCU_INTEGRATION.connect_to_lcu(): restart_league_client() + # Re-initialize constants from running League client league_directory = LCU_INTEGRATION.get_installation_directory() update_league_constants(league_directory) + riot_client_directory = system_helpers.determine_riot_client_install_location() + update_riot_client_constants(riot_client_directory) global PROGRAM_START PROGRAM_START = datetime.now()