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