These should be converted to an alternative method, similarly profile.getId() == getMinecraft().getSession().getProfile().getId()
does not work. This is an unintended issue.
|
return (this.mod.getConfigurationHandler().isEveryoneMe() || profile.getId() == getMinecraft().getSession().getProfile().getId()) ? this.playerSkin : null; |
|
return (this.mod.getConfigurationHandler().isEveryoneMe() || profile.getId() == getMinecraft().getSession().getProfile().getId()) ? this.playerCape : null; |
|
return (this.mod.getConfigurationHandler().isEveryoneMe() || profile.getId() == getMinecraft().getSession().getProfile().getId()) ? this.skinType : null; |