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:
parent
30ea65c518
commit
a776bd056c
1 changed files with 2 additions and 0 deletions
|
|
@ -1248,6 +1248,7 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Netplay.ResetSections();
|
||||||
TShock.Utils.Broadcast("Corruption conversion done.");
|
TShock.Utils.Broadcast("Corruption conversion done.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1274,6 +1275,7 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Netplay.ResetSections();
|
||||||
TShock.Utils.Broadcast("Hallow conversion done.");
|
TShock.Utils.Broadcast("Hallow conversion done.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue