From 93bcd153e406f6ed2f18d6f5b8d1dabc1ee48167 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 25 May 2025 12:40:37 +0900 Subject: [PATCH] Change default tile provider to constileation I don't think there are any downsides to this and it's just better by default. --- TShockAPI/Configuration/TShockConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Configuration/TShockConfig.cs b/TShockAPI/Configuration/TShockConfig.cs index 4f02c1bc..d0cf2ddd 100644 --- a/TShockAPI/Configuration/TShockConfig.cs +++ b/TShockAPI/Configuration/TShockConfig.cs @@ -57,7 +57,7 @@ namespace TShockAPI.Configuration /// Allows changing of the default world tile provider. [Description("Allows changing of the default world tile provider.")] - public string WorldTileProvider = "default"; + public string WorldTileProvider = "constileation"; #endregion