diff --git a/TShockAPI/Configuration/TShockConfig.cs b/TShockAPI/Configuration/TShockConfig.cs index 2c643fab..d87dfa22 100644 --- a/TShockAPI/Configuration/TShockConfig.cs +++ b/TShockAPI/Configuration/TShockConfig.cs @@ -460,6 +460,10 @@ namespace TShockAPI.Configuration /// Prohibit the use of Zenith projectile with different objects instead of weapons. [Description("Prohibit the use of Zenith projectile with different objects instead of weapons.")] public bool DisableModifiedZenith = false; + + /// 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. + [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