Merge pull request #494 from Scavenger3/tile
Check for invalid place style.
This commit is contained in:
commit
033ffc67a9
2 changed files with 22 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue