Introduce SoftcoreOnly config option to allow only softcore characters

to connect.
This commit is contained in:
James Puleo 2021-07-13 21:49:22 -04:00
parent dcf1f07ff9
commit a40effd55e
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D
3 changed files with 11 additions and 0 deletions

View file

@ -14,6 +14,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
## Upcoming changes
* Fixed SendTileRectHandler not sending tile rect updates like Pylons/Mannequins to other clients. (@Stealownz)
* Introduced `SoftcoreOnly` config option to allow only softcore characters to connect. (@drunderscore)
## TShock 4.5.5
* Changed the world autosave message so that it no longer warns of a "potential lag spike." (@hakusaro)