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.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue