The mute reason is back to being a mute reason
This commit is contained in:
parent
c215ff8e10
commit
97d2894773
1 changed files with 1 additions and 1 deletions
|
|
@ -4500,7 +4500,7 @@ namespace TShockAPI
|
|||
}
|
||||
else
|
||||
{
|
||||
string reason = "Banned by Administrator";
|
||||
string reason = "No reason specified.";
|
||||
if (args.Parameters.Count > 1)
|
||||
reason = String.Join(" ", args.Parameters.ToArray(), 1, args.Parameters.Count - 1);
|
||||
var plr = players[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue