From 99d31623455276266e0ae28524d4f4f2718c8d59 Mon Sep 17 00:00:00 2001 From: Deathmax Date: Mon, 19 Dec 2011 19:30:06 +0800 Subject: [PATCH] Recount and resend Good/Evil stats after converting hallow/corruption --- TShockAPI/Commands.cs | 2 ++ TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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")]