Update config description for bomb range

This commit is contained in:
Lucas Nicodemus 2020-05-24 13:23:18 -07:00 committed by GitHub
parent fffb1b1083
commit f1b35e47cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>