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.