diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 8e89a334..5ad00f95 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -384,7 +384,7 @@ namespace TShockAPI Geo = new GeoIPCountry(geoippath); // check if a custom tile provider is to be used - switch(Config.Settings.WorldTileProvider) + switch(Config.Settings.WorldTileProvider?.ToLower()) { case "heaptile": Log.ConsoleInfo(GetString($"Using {nameof(HeapTile)} for tile implementation"), TraceLevel.Info);