Fixed the ability to spawn Zenith projectile with non-original items.
This commit is contained in:
parent
87d5b476ea
commit
6cec7e71cd
3 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue