Reset sections sent on /converthallow/corruption

This forces the server to resend sections to players, showing the new tile changes
This commit is contained in:
Deathmax 2011-12-19 19:18:07 +08:00
parent 30ea65c518
commit a776bd056c

View file

@ -1248,6 +1248,7 @@ namespace TShockAPI
}
}
}
Netplay.ResetSections();
TShock.Utils.Broadcast("Corruption conversion done.");
}
@ -1274,6 +1275,7 @@ namespace TShockAPI
}
}
}
Netplay.ResetSections();
TShock.Utils.Broadcast("Hallow conversion done.");
}