diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index f11e3326..461af221 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1450,7 +1450,6 @@ namespace TShockAPI banLengthInSeconds == 0 ? "" : banLengthInSeconds.ToString()); } - if (success) { args.Player.SendSuccessMessage("{0} was successfully banned.", targetGeneralizedName);