Check for invalid place style

This commit is contained in:
Scavenger3 2013-07-06 22:18:26 +10:00
parent a01a33192a
commit 2bd9b6a6b6
2 changed files with 11 additions and 0 deletions

View file

@ -251,6 +251,8 @@ namespace TShockAPI
[Description("The path of the directory where logs should be written into.")] public string LogPath = "tshock";
[Description("Prevents players from placing tiles with an invalid style.")] public bool PreventInvalidPlaceStyle = true;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>