Refactor wallow command & update changelog

This commit is contained in:
Chris 2021-04-19 22:04:41 +09:30
parent 0b890f9507
commit 01fc41968d
3 changed files with 19 additions and 15 deletions

View file

@ -599,6 +599,11 @@ namespace TShockAPI
public bool SilentJoinInProgress;
/// <summary>
/// Whether the player is accepting whispers from other users
/// </summary>
public bool AcceptingWhispers = true;
/// <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="y">The y coordinate of the tile.</param>