From b5d546a660907a6eda1bccb82395801a2315e021 Mon Sep 17 00:00:00 2001 From: ohayo Date: Sun, 2 Feb 2025 12:41:35 +1000 Subject: [PATCH] Remove debug logging (sorry haha) --- TShockAPI/TShock.cs | 2 -- 1 file changed, 2 deletions(-) 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.