Add user_properties launcher variable

This commit is contained in:
Fierelier 2021-03-30 14:18:31 +02:00
parent 08dceee724
commit 9b0eee2896

View File

@ -331,6 +331,7 @@ def main():
launcherVariables["launcher_name"] = "offline-minecraft-launcher"
launcherVariables["launcher_version"] = "0.0"
launcherVariables["classpath"] = libraryList
launcherVariables["user_properties"] = "{}"
if lv["profileFolder"] == "1":
profilePath = p(lv["gamePath"],"profiles")