#423 Display first name gray also
This commit is contained in:
parent
209625ab00
commit
221ce13176
@ -274,7 +274,7 @@ public class AsynchronousLogin implements AsynchronousProcess {
|
|||||||
}
|
}
|
||||||
auths = tmp;
|
auths = tmp;
|
||||||
|
|
||||||
String message = StringUtils.join(ChatColor.GRAY + ", ", auths) + ".";
|
String message = ChatColor.GRAY + StringUtils.join(ChatColor.GRAY + ", ", auths) + ".";
|
||||||
|
|
||||||
if (!service.getProperty(SecuritySettings.REMOVE_SPAM_FROM_CONSOLE)) {
|
if (!service.getProperty(SecuritySettings.REMOVE_SPAM_FROM_CONSOLE)) {
|
||||||
ConsoleLogger.info("The user " + player.getName() + " has " + auths.size() + " accounts:");
|
ConsoleLogger.info("The user " + player.getName() + " has " + auths.size() + " accounts:");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user