remove unused variables
This commit is contained in:
parent
47bda46ae8
commit
4fde4f5e50
|
@ -25,14 +25,6 @@ Insert section about the installer here
|
|||
let snapshots = []
|
||||
let versions = []
|
||||
let loaderLibs
|
||||
let latestThyroxine
|
||||
let latestThyroxineUrl
|
||||
let latestThyroxineSnapshot
|
||||
let latestThyroxineSnapshotUrl
|
||||
let latestLoader
|
||||
let latestLoaderUrl
|
||||
let latestLoaderSnapshot
|
||||
let latestLoaderSnapshotUrl
|
||||
|
||||
async function getGameVersions() {
|
||||
const response = await fetch("https://piston-meta.mojang.com/mc/game/version_manifest_v2.json")
|
||||
|
|
Loading…
Reference in a new issue