Recount and resend Good/Evil stats after converting hallow/corruption
This commit is contained in:
parent
a776bd056c
commit
99d3162345
2 changed files with 4 additions and 2 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue