make stale punishments gray
This commit is contained in:
parent
9612858058
commit
c918067eda
|
@ -65,7 +65,7 @@ public class PunishmentFormatter {
|
|||
|
||||
return ImmutableList.of(
|
||||
Components.join(Components.space(), parts),
|
||||
new Component(" > ").extra(new Component(punishment.reason(), ChatColor.YELLOW))
|
||||
new Component(" > ").extra(new Component(punishment.reason(), punishment.stale() ? ChatColor.GRAY : ChatColor.YELLOW))
|
||||
);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue