Typo fix
This commit is contained in:
parent
ce04d9d173
commit
72f529fcb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue