From a776bd056c98d52d71a5430199c962f1c1058cda Mon Sep 17 00:00:00 2001 From: Deathmax Date: Mon, 19 Dec 2011 19:18:07 +0800 Subject: [PATCH] Reset sections sent on /converthallow/corruption This forces the server to resend sections to players, showing the new tile changes --- TShockAPI/Commands.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 64db33a5..5b0507de 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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."); }