The great refactoring! Squares to Rectangles
This commit is contained in:
parent
f513ec24ad
commit
ca38d64632
4 changed files with 142 additions and 111 deletions
|
|
@ -466,6 +466,13 @@ namespace TShockAPI
|
|||
[Description("Whether or not to kick users when they surpass the HealOther threshold.")]
|
||||
public bool KickOnHealOtherThresholdBroken = false;
|
||||
|
||||
/// <summary>Disables a player if this number of tiles is present in a Tile Rectangle packet</summary>
|
||||
[Description("Disables a player if this number of tiles is present in a Tile Rectangle packet")]
|
||||
public int TileRectangleSizeThreshold = 50;
|
||||
|
||||
/// <summary>Whether or not to kick users when they surpass the TileRectangleSize threshold.</summary>
|
||||
[Description("Whether or not to kick users when they surpass the TileRectangleSize threshold.")]
|
||||
public bool KickOnTileRectangleSizeThresholdBroken = false;
|
||||
#endregion
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue