Skip to content

Commit dfe0806

Browse files
committed
Improve documentation around tile providers
1 parent 93bcd15 commit dfe0806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TShockAPI/Configuration/TShockConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class TShockSettings
5656
public bool IgnoreChestStacksOnLoad = false;
5757

5858
/// <summary>Allows changing of the default world tile provider.</summary>
59-
[Description("Allows changing of the default world tile provider.")]
59+
[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.")]
6060
public string WorldTileProvider = "constileation";
6161

6262
#endregion

0 commit comments

Comments
 (0)