diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 5b0507de..fff387a5 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1248,6 +1248,7 @@ namespace TShockAPI } } } + WorldGen.CountTiles(0); Netplay.ResetSections(); TShock.Utils.Broadcast("Corruption conversion done."); } @@ -1275,6 +1276,7 @@ namespace TShockAPI } } } + WorldGen.CountTiles(0); Netplay.ResetSections(); TShock.Utils.Broadcast("Hallow conversion done."); } diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index 22671a01..cdaed46b 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.3.4.1218")] -[assembly: AssemblyFileVersion("3.3.4.1218")] +[assembly: AssemblyVersion("3.3.4.1219")] +[assembly: AssemblyFileVersion("3.3.4.1219")]