updated subs

This commit is contained in:
Robert Seifert 2013-05-09 06:08:41 -04:00
parent d9ccca74d0
commit 20da3f682d

View file

@ -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);
} }
} }