/converthallow/corruption should now report the correct hallow/corruption percentage.
This commit is contained in:
parent
0ac0dd02f8
commit
2cec51ada4
2 changed files with 4 additions and 2 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue