Created a new field in config.

This commit is contained in:
AkjaHAsLk1IALk0MasH 2021-11-30 20:50:51 +07:00
parent 9910725258
commit 8f69c6e767

View file

@ -460,6 +460,10 @@ namespace TShockAPI.Configuration
/// <summary>Prohibit the use of Zenith projectile with different objects instead of weapons.</summary>
[Description("Prohibit the use of Zenith projectile with different objects instead of weapons.")]
public bool DisableModifiedZenith = false;
/// <summary>Allows you to disable or enable protection against creating custom messages with death. Created for developers who came up with a more original solution to this problem.</summary>
[Description("Allows you to disable or enable protection against creating custom messages with death. Created for developers who came up with a more original solution to this problem.")]
public bool DisableCustomDeathMessages = true;
#endregion