Fixed the ability to spawn Zenith projectile with non-original items.

This commit is contained in:
AkjaHAsLk1IALk0MasH 2021-11-28 15:35:50 +07:00
parent 87d5b476ea
commit 6cec7e71cd
3 changed files with 12 additions and 1 deletions

View file

@ -456,6 +456,10 @@ namespace TShockAPI.Configuration
/// <summary>Whether or not the server should suppress build permission failure warnings from regions, spawn point, or server edit failure.</summary>
[Description("Whether or not the server should suppress build permission failure warnings from regions, spawn point, or server edit failure.")]
public bool SuppressPermissionFailureNotices = false;
/// <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 DisableAnyZenith = true;
#endregion