Add hack checks to painting tiles & walls
This commit is contained in:
parent
1b3f105bbf
commit
149dbdf56d
4 changed files with 38 additions and 18 deletions
|
|
@ -277,6 +277,8 @@ namespace TShockAPI
|
|||
|
||||
[Description("The number of seconds a player must wait before being respawned.")] public int RespawnSeconds = 3;
|
||||
|
||||
[Description("Disables a player if this number of tiles is painted within 1 second.")] public int TilePaintThreshold = 10;
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue