Set version_name more correctly?

This commit is contained in:
Fierelier 2022-07-05 10:05:25 +02:00
parent 3cca6e2166
commit 3fccb6ba69

View File

@ -1,6 +1,6 @@
print(colored(colorama.Fore.GREEN,"\nSetting up launcher variables...")) print(colored(colorama.Fore.GREEN,"\nSetting up launcher variables..."))
launcherVariables["auth_player_name"] = lv["name"] launcherVariables["auth_player_name"] = lv["name"]
launcherVariables["version_name"] = findInChainDeepest(versionsPath,lv["version"],["id"]) launcherVariables["version_name"] = lv["version"]
launcherVariables["game_directory"] = lv["gamePath"] launcherVariables["game_directory"] = lv["gamePath"]
launcherVariables["assets_root"] = assetsPath launcherVariables["assets_root"] = assetsPath
launcherVariables["game_assets"] = launcherVariables["assets_root"] launcherVariables["game_assets"] = launcherVariables["assets_root"]