-Made the broadcast color configurable.
-Broadcast color defaults to Aquamarine now.
This commit is contained in:
parent
d1f1e422a0
commit
5d2be35690
2 changed files with 7 additions and 3 deletions
|
|
@ -251,7 +251,10 @@ 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;
|
||||
[Description("Prevents players from placing tiles with an invalid style.")] public bool PreventInvalidPlaceStyle = true;
|
||||
|
||||
[Description("#.#.#. = Red/Blue/Green - RGB Colors for broadcasts. Max value: 255.")] public float[] BroadcastRGB =
|
||||
{127,255,212};
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue