Skip to content

Commit

Permalink
Update version manifest location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tisawesomeness authored and MiniDigger committed Jul 2, 2022
1 parent ac8eb88 commit fc1f4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/mojang/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";

const corsanywhere = "https://corsanywhere.benndorf.dev/";
const versionManifestUrl =
"https://launchermeta.mojang.com/mc/game/version_manifest.json";
"https://piston-meta.mojang.com/mc/game/version_manifest.json";

export const loadVersions = ({ commit }) => {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit fc1f4f1

Please sign in to comment.