Minor changes pertaining to spacing & some unclear messages

This commit is contained in:
Lucas Nicodemus 2015-02-24 19:08:30 -07:00
parent 2f24484012
commit 183084d60f
2 changed files with 15 additions and 15 deletions

View file

@ -4367,7 +4367,7 @@ namespace TShockAPI
}
else
{
string reason = "misbehavior";
string reason = "Banned by Administrator";
if (args.Parameters.Count > 1)
reason = String.Join(" ", args.Parameters.ToArray(), 1, args.Parameters.Count - 1);
var plr = players[0];