/converthallow/corruption should now report the correct hallow/corruption percentage.

This commit is contained in:
Deathmax 2011-12-20 18:49:08 +08:00
parent 0ac0dd02f8
commit 2cec51ada4
2 changed files with 4 additions and 2 deletions

View file

@ -1249,6 +1249,7 @@ namespace TShockAPI
}
}
WorldGen.CountTiles(0);
TSPlayer.All.SendData(PacketTypes.UpdateGoodEvil);
Netplay.ResetSections();
TShock.Utils.Broadcast("Corruption conversion done.");
}
@ -1277,6 +1278,7 @@ namespace TShockAPI
}
}
WorldGen.CountTiles(0);
TSPlayer.All.SendData(PacketTypes.UpdateGoodEvil);
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.1219")]
[assembly: AssemblyFileVersion("3.3.4.1219")]
[assembly: AssemblyVersion("3.3.4.1220")]
[assembly: AssemblyFileVersion("3.3.4.1220")]