Added some missing config items

This commit is contained in:
nossr50
2019-01-11 07:31:17 -08:00
parent d141a28747
commit 1d62f8b177
4 changed files with 18 additions and 27 deletions

View File

@ -580,8 +580,8 @@ public class TextComponentFactory {
{
if(Permissions.isSubSkillEnabled(player, subSkillType))
{
if(InteractionManager.getInteractRegister().get(subSkillType.getNiceNameNoSpaces(subSkillType)) == null)
textComponents.add(TextComponentFactory.getSubSkillTextComponent(player, subSkillType));
if(!InteractionManager.hasSubSkill(subSkillType))
textComponents.add(TextComponentFactory.getSubSkillTextComponent(player, subSkillType));
}
}
}