Recount and resend Good/Evil stats after converting hallow/corruption

This commit is contained in:
Deathmax 2011-12-19 19:30:06 +08:00
parent a776bd056c
commit 99d3162345
2 changed files with 4 additions and 2 deletions

View file

@ -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.");
}

View file

@ -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")]