Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Aug 6, 2024
1 parent 2df0ace commit 658457c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amulet_map_editor/api/wx/ui/select_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
)
minecraft_world_paths[lang.get("world.bedrock_netease")] = os.path.join(
os.getenv("APPDATA"),
"MinecraftPE_Netease" "minecraftWorlds",
"MinecraftPE_Netease",
"minecraftWorlds",
)
elif platform == "darwin":
minecraft_world_paths[lang.get("world.java_platform")] = os.path.join(
Expand Down

0 comments on commit 658457c

Please sign in to comment.