From 97d2894773358472993219eeb437e8731a992ace Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 25 Feb 2015 15:38:46 -0700 Subject: [PATCH] The mute reason is back to being a mute reason --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index b7829574..4477d23d 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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];