Refactor wallow command & update changelog
This commit is contained in:
parent
0b890f9507
commit
01fc41968d
3 changed files with 19 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue