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