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
|
Version 2.0.3-52
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
|
@ -34,7 +34,8 @@ public class CompatibilityGuideAPI implements ICompatibility
|
||||||
}
|
}
|
||||||
case POST_INIT:
|
case POST_INIT:
|
||||||
{
|
{
|
||||||
GuideBloodMagic.initCategories();
|
if (FMLCommonHandler.instance().getSide() == Side.CLIENT)
|
||||||
|
GuideBloodMagic.initCategories();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue