diff --git a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandseen.java b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandseen.java index 6acfc2c4568..6827650c5ef 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandseen.java +++ b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandseen.java @@ -216,7 +216,7 @@ private void seenIP(final CommandSource sender, final String ipAddress, final St if (matches.size() > 0) { sender.sendTl("matchingIPAddress"); - sender.sendMessage(StringUtil.joinList(matches)); + sender.sendTl("matchingAccounts", StringUtil.joinList(matches)); } else { sender.sendTl("noMatchingPlayers"); } diff --git a/Essentials/src/main/resources/messages.properties b/Essentials/src/main/resources/messages.properties index 841428d1ac8..843cd3770c2 100644 --- a/Essentials/src/main/resources/messages.properties +++ b/Essentials/src/main/resources/messages.properties @@ -750,6 +750,7 @@ mailSentToExpire={0} has been sent the following mail which mailTooLong=Mail message too long. Try to keep it below 1000 characters. markMailAsRead=To mark your mail as read, type /mail clear. matchingIPAddress=The following players previously logged in from that IP address\: +matchingAccounts={0} maxHomes=You cannot set more than {0} homes. maxMoney=This transaction would exceed the balance limit for this account. mayNotJail=You may not jail that person\!