Up the default TilePaintThreshold and fix one last typo

This commit is contained in:
MarioE 2013-10-05 18:22:05 -04:00
parent c12b592d60
commit 428ee68b86
2 changed files with 2 additions and 2 deletions

View file

@ -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