Merge pull request #494 from Scavenger3/tile

Check for invalid place style.
This commit is contained in:
Lucas Nicodemus 2013-07-11 09:42:09 -07:00
commit 033ffc67a9
2 changed files with 22 additions and 4 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>