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:
Lucas Nicodemus 2025-05-25 12:40:37 +09:00
parent 9e09586adb
commit 93bcd153e4
No known key found for this signature in database

View file

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