From 53c3fdf2761df8c3a0526bade33cbd2097b8c945 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 1 Jul 2011 03:03:36 -0600 Subject: [PATCH] Installed grammar package and updated it. --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 29f98240..d4ee08f8 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -292,7 +292,7 @@ namespace TShockAPI if (args.Player.LoginAttempts > 3) { - Log.Warn(args.Player.IP + "(" + args.Player.Name + ") was had 3 or more invalid login attempts and was kicked automatically."); + Log.Warn(args.Player.IP + "(" + args.Player.Name + ") had 3 or more invalid login attempts and was kicked automatically."); Tools.Kick(args.Player, "Too many invalid login attempts."); }