Use tabs not spaces

This commit is contained in:
Jordy Moos 2015-07-16 13:25:03 +02:00
parent 51e2cbeb21
commit fd49aaad83

View file

@ -3600,7 +3600,7 @@ namespace TShockAPI
{
if (args.Parameters.Count != 1)
{
args.Player.SendErrorMessage("Invalid syntax! Proper syntax: {0}serverpassword \"<new password>\"", Specifier);
args.Player.SendErrorMessage("Invalid syntax! Proper syntax: {0}serverpassword \"<new password>\"", Specifier);
return;
}
string passwd = args.Parameters[0];