Fixed issue where the mod doesn't load on servers. Oops.
This commit is contained in:
parent
d05f4a4af8
commit
087982eb9d
|
@ -1,3 +1,8 @@
|
|||
------------------------------------------------------
|
||||
Version 2.0.3-53
|
||||
------------------------------------------------------
|
||||
- Fixed issue where the mod doesn't load on servers. Oops.
|
||||
|
||||
------------------------------------------------------
|
||||
Version 2.0.3-52
|
||||
------------------------------------------------------
|
||||
|
|
|
@ -34,6 +34,7 @@ public class CompatibilityGuideAPI implements ICompatibility
|
|||
}
|
||||
case POST_INIT:
|
||||
{
|
||||
if (FMLCommonHandler.instance().getSide() == Side.CLIENT)
|
||||
GuideBloodMagic.initCategories();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue