This commit is contained in:
ohayo 2025-02-04 21:24:44 +10:00
parent ce04d9d173
commit 72f529fcb1

View file

@ -1494,7 +1494,7 @@ namespace TShockAPI
if (!tsplr.FinishedHandshake) 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; args.Handled = true;
return; return;
} }