Fix modify entity command

This commit is contained in:
libraryaddict
2017-06-27 14:45:42 +12:00
parent 59a73ffcd2
commit 23c012d0e3
2 changed files with 6 additions and 4 deletions

View File

@@ -39,6 +39,8 @@ public class DisguiseModifyEntityCommand extends DisguiseBaseCommand implements
return true;
}
// TODO Validate if any disguises have this arg
LibsDisguises.getInstance().getListener().setDisguiseModify(sender.getName(), args);
sender.sendMessage(LibsMsg.DMODIFYENT_CLICK.get(DisguiseConfig.getDisguiseEntityExpire()));