Add comment

This commit is contained in:
Fierelier 2021-06-17 15:59:54 +02:00
parent d16fd58a1e
commit 0a596e26be

View File

@ -202,7 +202,7 @@ def processVersion(versionsPath,libraryPath,nativePath,version):
l["url"] = l["url"][:-4] + "-" + native + ".jar" l["url"] = l["url"][:-4] + "-" + native + ".jar"
l["filePathOS"] = p(nativePath,l["filePath"].replace("/",os.path.sep)) l["filePathOS"] = p(nativePath,l["filePath"].replace("/",os.path.sep))
libraries.append(l) libraries.append(l)
else: else: # libraries
l = lBase.copy() l = lBase.copy()
if not "url" in library: if not "url" in library:
l["url"] = "https://libraries.minecraft.net" l["url"] = "https://libraries.minecraft.net"