From 3a8aa7fa29388e0e8dddb2ec5d731adddfeb3c1f Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 2 Dec 2017 14:28:12 -0700 Subject: [PATCH] Brilliant idea: Remove unused code instead of leaving it there. --- TShockAPI/TSPlayer.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index 8f7b831e..e2eedd1a 100644 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -549,11 +549,6 @@ namespace TShockAPI get { return (int)(Y / 16); } } - /// - /// Unused. - /// - public bool TpLock; - /// /// Checks if the player has any inventory slots available. ///