From 0a596e26be06afa30d82efb16cd3d2a3be50df4c Mon Sep 17 00:00:00 2001 From: Fierelier Date: Thu, 17 Jun 2021 15:59:54 +0200 Subject: [PATCH] Add comment --- offline-minecraft-launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline-minecraft-launcher.py b/offline-minecraft-launcher.py index 3b872f1..8805790 100644 --- a/offline-minecraft-launcher.py +++ b/offline-minecraft-launcher.py @@ -202,7 +202,7 @@ def processVersion(versionsPath,libraryPath,nativePath,version): l["url"] = l["url"][:-4] + "-" + native + ".jar" l["filePathOS"] = p(nativePath,l["filePath"].replace("/",os.path.sep)) libraries.append(l) - else: + else: # libraries l = lBase.copy() if not "url" in library: l["url"] = "https://libraries.minecraft.net"