mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-09-07 20:56:57 +00:00
fix bug
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user