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:
parent
f8039c8f80
commit
c4cf2d496d
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue