Increase default thresholds in config file
Based on user testing of the new explosives from Olink, these really need to be higher to support the new lava/wet/dry/honey bombs/explosives.
This commit is contained in:
parent
35c103e011
commit
472b81e9f4
1 changed files with 2 additions and 2 deletions
|
|
@ -275,11 +275,11 @@ namespace TShockAPI
|
|||
|
||||
/// <summary>Disables a player and reverts their actions if this number of tile places is exceeded within 1 second.</summary>
|
||||
[Description("Disables a player and reverts their actions if this number of tile places is exceeded within 1 second.")]
|
||||
public int TilePlaceThreshold = 20;
|
||||
public int TilePlaceThreshold = 32;
|
||||
|
||||
/// <summary>Disables a player if this number of liquid sets is exceeded within 1 second.</summary>
|
||||
[Description("Disables a player if this number of liquid sets is exceeded within 1 second.")]
|
||||
public int TileLiquidThreshold = 15;
|
||||
public int TileLiquidThreshold = 50;
|
||||
|
||||
/// <summary>Disable a player if this number of projectiles is created within 1 second.</summary>
|
||||
[Description("Disable a player if this number of projectiles is created within 1 second.")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue