Fix player disguises setSkin

This commit is contained in:
libraryaddict
2017-07-01 10:44:33 +12:00
parent 11781fbb1f
commit af886f3af9
6 changed files with 31 additions and 37 deletions

View File

@@ -86,7 +86,6 @@ public class DisguisePlayerCommand extends DisguiseBaseCommand implements TabCom
if (DisguiseConfig.isNameOfPlayerShownAboveDisguise()) {
if (disguise.getWatcher() instanceof LivingWatcher) {
disguise.getWatcher().setCustomName(player.getDisplayName());
if (DisguiseConfig.isNameAboveHeadAlwaysVisible()) {