diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 6fd5794c..4806cfc5 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -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; ///