Skip to content

Commit

Permalink
Reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Aug 6, 2024
1 parent edcc35f commit 2df0ace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amulet_map_editor/api/wx/ui/select_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
)
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 2df0ace

Please sign in to comment.