Fix parent child counts showing properly. Closes #107 thanks scott!

This commit is contained in:
Christian 2012-09-25 19:00:36 -04:00
parent d21bc1085c
commit eb034416ae
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class GuiModList extends GuiScreen
if (parentContainer != null)
{
mod.getMetadata().parentMod = parentContainer;
parentContainer.getMetadata().childMods.add(mod);
continue;
}
}