Fixed not downloading when a library and an native library have the same name

This commit is contained in:
huangyuhui
2017-07-01 23:38:07 +08:00
parent 29f53d574c
commit 7d8a66b71a
7 changed files with 13 additions and 18 deletions

View File

@@ -37,8 +37,8 @@ public interface IMinecraftLibrary extends Cloneable {
File getFilePath(File gameDir);
String getName();
boolean isRequiredToUnzip();
boolean isNative();
String getDownloadURL(String downloadSource);