diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 6c1b251c..b70a857d 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -1494,7 +1494,7 @@ namespace TShockAPI if (!tsplr.FinishedHandshake) { - tsplr.Kick(GetString("Your didn't send the right connection information."), true); + tsplr.Kick(GetString("Your client didn't send the right connection information."), true); args.Handled = true; return; }