Up the default TilePaintThreshold and fix one last typo
This commit is contained in:
parent
c12b592d60
commit
428ee68b86
2 changed files with 2 additions and 2 deletions
|
|
@ -277,7 +277,7 @@ 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;
|
||||
[Description("Disables a player if this number of tiles is painted within 1 second.")] public int TilePaintThreshold = 15;
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue