Changed the taken account message to be more clear

Thanks to Gameroom, Kirbyrocket, ProfessorX, etc. for drawing attention to this.
This commit is contained in:
Lucas Nicodemus 2016-10-09 21:04:53 -06:00 committed by GitHub
parent f8039c8f80
commit c4cf2d496d

View file

@ -993,7 +993,8 @@ namespace TShockAPI
}
else
{
args.Player.SendErrorMessage("Account " + user.Name + " has already been registered.");
args.Player.SendErrorMessage("Sorry, " + user.Name + " was already taken by another person.");
args.Player.SendErrorMessage("Please try a different username.");
TShock.Log.ConsoleInfo(args.Player.Name + " failed to register an existing account: " + user.Name);
}
}