Change default tile provider to constileation
I don't think there are any downsides to this and it's just better by default.
This commit is contained in:
parent
9e09586adb
commit
93bcd153e4
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ namespace TShockAPI.Configuration
|
|||
|
||||
/// <summary>Allows changing of the default world tile provider.</summary>
|
||||
[Description("Allows changing of the default world tile provider.")]
|
||||
public string WorldTileProvider = "default";
|
||||
public string WorldTileProvider = "constileation";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue