Installed grammar package and updated it.
This commit is contained in:
parent
9d6cf29c4e
commit
53c3fdf276
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
if (args.Player.LoginAttempts > 3)
|
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.");
|
Tools.Kick(args.Player, "Too many invalid login attempts.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue