remove unused variables

This commit is contained in:
moehreag 2024-06-17 13:14:31 +02:00
parent 47bda46ae8
commit 4fde4f5e50

View file

@ -25,14 +25,6 @@ Insert section about the installer here
let snapshots = [] let snapshots = []
let versions = [] let versions = []
let loaderLibs let loaderLibs
let latestThyroxine
let latestThyroxineUrl
let latestThyroxineSnapshot
let latestThyroxineSnapshotUrl
let latestLoader
let latestLoaderUrl
let latestLoaderSnapshot
let latestLoaderSnapshotUrl
async function getGameVersions() { async function getGameVersions() {
const response = await fetch("https://piston-meta.mojang.com/mc/game/version_manifest_v2.json") const response = await fetch("https://piston-meta.mojang.com/mc/game/version_manifest_v2.json")