updated subs
This commit is contained in:
parent
d9ccca74d0
commit
20da3f682d
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class DarkMain
|
||||||
*/
|
*/
|
||||||
public static void forceLoadBCItems(Object mod, String channel)
|
public static void forceLoadBCItems(Object mod, String channel)
|
||||||
{
|
{
|
||||||
BasicComponents.register(mod, channel);
|
|
||||||
|
|
||||||
if (!loadedItems)
|
if (!loadedItems)
|
||||||
{
|
{
|
||||||
|
@ -60,5 +60,6 @@ public class DarkMain
|
||||||
|
|
||||||
loadedItems = true;
|
loadedItems = true;
|
||||||
}
|
}
|
||||||
|
BasicComponents.register(mod, channel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue