diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index d88b4403..061d05fa 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -1461,8 +1461,6 @@ namespace TShockAPI } } - TShock.Log.ConsoleInfo($"Setting handshake to false for {tsplr.Name}"); - tsplr.FinishedHandshake = false; // Fire the OnPlayerLogout hook too, if the player was logged in and they have a TSPlayer object.