modName -> internalName
https://github.com/Anuken/MindustryMods/pull/31/commits/4746a2fd1ea6928fe30df308c1c2a3505f02354c
This commit is contained in:
@@ -675,7 +675,7 @@ public class ModsDialog extends BaseDialog{
|
||||
|
||||
public void importDependencies(Seq<String> dependencies){
|
||||
getModList(listings -> {
|
||||
listings.each(l -> dependencies.contains(l.modName), l -> {
|
||||
listings.each(l -> dependencies.contains(l.internalName), l -> {
|
||||
githubImportMod(l.repo, l.hasJava);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user