Skip to content

Commit

Permalink
add matched accounts to the locale file for /alts
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidentsinger14 committed Dec 10, 2023
1 parent bb7b334 commit f778d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private void seenIP(final CommandSource sender, final String ipAddress, final St

if (matches.size() > 0) {
sender.sendMessage(tl("matchingIPAddress"));
sender.sendMessage(StringUtil.joinList(matches));
sender.sendMessage(tl("matchingAccounts", StringUtil.joinList(matches)));
} else {
sender.sendMessage(tl("noMatchingPlayers"));
}
Expand Down
1 change: 1 addition & 0 deletions Essentials/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ mailSentToExpire=\u00a7c{0}\u00a76 has been sent the following mail which will e
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000 characters.
markMailAsRead=\u00a76To mark your mail as read, type\u00a7c /mail clear\u00a76.
matchingIPAddress=\u00a76The following players previously logged in from that IP address\:
matchingAccounts={0}
maxHomes=\u00a74You cannot set more than\u00a7c {0} \u00a74homes.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
mayNotJail=\u00a74You may not jail that person\!
Expand Down

0 comments on commit f778d8f

Please sign in to comment.