Skip to content

Commit

Permalink
Changed the taken account message to be more clear
Browse files Browse the repository at this point in the history
Thanks to Gameroom, Kirbyrocket, ProfessorX, etc. for drawing attention to this.
  • Loading branch information
hakusaro authored Oct 10, 2016
1 parent f8039c8 commit c4cf2d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TShockAPI/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,8 @@ private static void RegisterUser(CommandArgs args)
}
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);
}
}
Expand Down

0 comments on commit c4cf2d4

Please sign in to comment.