Skip to content

Commit

Permalink
Follow coderabbit review
Browse files Browse the repository at this point in the history
  • Loading branch information
imDMK committed Feb 15, 2025
1 parent 183053e commit 315762b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static class ENFormatSection implements Format {
public static class ENSeenSection implements SeenSection {

@Description("# {PLAYER} - The player who is never played before on the server")
public Notice neverPlayedBefore = Notice.chat("<dark_gray>[<dark_red>Seen<dark_gray>] <green>{PLAYER} have not played before on this server.");
public Notice neverPlayedBefore = Notice.chat("<dark_gray>[<dark_red>Seen<dark_gray>] <green>{PLAYER} has not played before on this server.");

@Description("# {PLAYER} - The player who was last seen on the server, {SEEN} - Time since last login")
public Notice lastSeen = Notice.chat("<dark_gray>[<dark_red>Seen<dark_gray>] <green>{PLAYER} was last seen {SEEN} ago.");
Expand Down

0 comments on commit 315762b

Please sign in to comment.