Fixed issue where the mod doesn't load on servers. Oops.
This commit is contained in:
parent
d05f4a4af8
commit
087982eb9d
2 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue