From 35c61e53f1e9d85623eca283f1c844e9beaee5a7 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 2 Dec 2017 20:45:55 -0700 Subject: [PATCH] Remove some space left around --- TShockAPI/Commands.cs | 1 - 1 file changed, 1 deletion(-) 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);