Do not check if client file exists, just add it to the list of libraries

This commit is contained in:
Fierelier 2022-05-13 15:35:13 +02:00
parent 97553f47c4
commit fa5d40c28c

View File

@ -186,7 +186,6 @@ def processVersion(versionsPath,libraryPath,nativePath,version):
l["filePathOS"] = p(libraryPath,l["filePath"].replace("/",os.path.sep))
libraries.append(l)
if os.path.isfile(p(versionPath,version + ".jar")):
libraries.append({"type":"client","filePathOS":p(versionPath,version + ".jar")})
if "arguments" in clientJson: