chore: silent kick on invalid client connection
This commit is contained in:
parent
a867772116
commit
7c41775d6d
1 changed files with 1 additions and 1 deletions
|
|
@ -1456,7 +1456,7 @@ namespace TShockAPI
|
|||
|
||||
if (!tsplr.FinishedHandshake)
|
||||
{
|
||||
tsplr.Kick(GetString("Your client didn't send the right connection information."), true);
|
||||
tsplr.Kick(GetString("Your client didn't send the right connection information."), true, true);
|
||||
args.Handled = true;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue