Remove debug logging (sorry haha)

This commit is contained in:
ohayo 2025-02-02 12:41:35 +10:00
parent 4f2fff050d
commit b5d546a660

View file

@ -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.