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