Update config description for bomb range
This commit is contained in:
parent
fffb1b1083
commit
f1b35e47cc
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ namespace TShockAPI
|
|||
[Description("Whether or not the server should output debug level messages related to system operation.")]
|
||||
public bool DebugLogs = false;
|
||||
|
||||
[Description("Determines the range in tiles that a bomb can affect tiles.")]
|
||||
[Description("Determines the range in tiles that a bomb can affect tiles from detonation point.")]
|
||||
public int BombExplosionRadius = 5;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue