From 5e7cb92de05dcd89bc6fb881aa597363e7a0b92c Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 22 Dec 2017 21:18:47 -0700 Subject: [PATCH] Re-apply some changes --- TShockAPI/TSPlayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index d526e851..3c747b9d 100644 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -530,7 +530,7 @@ namespace TShockAPI public bool SilentJoinInProgress; - /// Checks if a player has permission to modify a tile dependent on range checks. + /// Checks if a player is in range of a given tile if range checks are enabled. /// The x coordinate of the tile. /// The y coordinate of the tile. /// The range to check for.