Fix parent child counts showing properly. Closes #107 thanks scott!
This commit is contained in:
parent
d21bc1085c
commit
eb034416ae
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public class GuiModList extends GuiScreen
|
|||
if (parentContainer != null)
|
||||
{
|
||||
mod.getMetadata().parentMod = parentContainer;
|
||||
parentContainer.getMetadata().childMods.add(mod);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue