This version of TShock is protocol compatible with Terraria 1.4.3.2.
Notable changes
- Changed the server behavior when
SIGINT
is received. WhenSIGINT
is trapped, the server will attempt to shut down safely. When it is trapped a second time in a session, it will immediately exit. (SIGINT
is typically triggered via CTRL + C.) This means that it is possible to corrupt your world if you force shutdown at the wrong time (e.g., while the world is saving), but hopefully you expect this to happen if you hit CTRL + C twice in a session and you read the warning. (@hakusaro, @onusai)
Did you know?
DeathCradle now accepts GitHub sponsorships. Did you know that DeathCradle is the reason why TShock is about to switch to .NET 5 and/or 6 and ditch mono? Isn't that neat?
Updating
To update TShock, simply replace all of the files in your server folder with those from the release folder.