1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2025-09-07 20:56:57 +00:00
This commit is contained in:
GeekFrog
2017-07-16 17:20:03 +08:00
parent b6c73470a4
commit ec32e609ec
2 changed files with 5 additions and 7 deletions

View File

@ -22,7 +22,6 @@ public class PlayerPermissionShow {
if (item != null) {
ItemMeta meta = item.getItemMeta();
List<String> lores = meta.getLore();
lores.add("");
lores.add(StrUtil.messageFormat(LangCfg.EXPIRATION_DATE, StrUtil.timestampToString(pdb.getExpire())));
meta.setLore(lores);
item.setItemMeta(meta);