diff --git a/TShockAPI/Configuration/TShockConfig.cs b/TShockAPI/Configuration/TShockConfig.cs index d0cf2ddd..e7ba55ab 100644 --- a/TShockAPI/Configuration/TShockConfig.cs +++ b/TShockAPI/Configuration/TShockConfig.cs @@ -56,7 +56,7 @@ namespace TShockAPI.Configuration public bool IgnoreChestStacksOnLoad = false; /// Allows changing of the default world tile provider. - [Description("Allows changing of the default world tile provider.")] + [Description("Allows changing of the default world tile provider. By default, you can use 'default', 'heaptile' or 'constileation'. Alternative providers have different CPU and memory usage characteristics.")] public string WorldTileProvider = "constileation"; #endregion