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