Re-apply some changes

This commit is contained in:
Lucas Nicodemus 2017-12-22 21:18:47 -07:00
parent 5991802dce
commit 5e7cb92de0

View file

@ -530,7 +530,7 @@ namespace TShockAPI
public bool SilentJoinInProgress; public bool SilentJoinInProgress;
/// <summary>Checks if a player has permission to modify a tile dependent on range checks.</summary> /// <summary>Checks if a player is in range of a given tile if range checks are enabled.</summary>
/// <param name="x"> The x coordinate of the tile.</param> /// <param name="x"> The x coordinate of the tile.</param>
/// <param name="y">The y coordinate of the tile.</param> /// <param name="y">The y coordinate of the tile.</param>
/// <param name="range">The range to check for.</param> /// <param name="range">The range to check for.</param>