Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly committed Sep 30, 2024
1 parent d808f6b commit 06e594d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ public static String[] getMinecraftClientArgs(MinecraftAccount profile, JMinecra
varArgMap.put("user_properties", "{}");
varArgMap.put("user_type", userType);
varArgMap.put("version_name", versionName);
varArgMap.put("version_type", versionInfo.type);
varArgMap.put("version_type", "Pojav Glow·Worm");

List<String> minecraftArgs = new ArrayList<>();
if (versionInfo.arguments != null) {
Expand Down

0 comments on commit 06e594d

Please sign in to comment.