This is TShock 4.4.0 Pre-release 4 for Terraria 1.4.0.2!
- Debug logging now provides ConsoleDebug and ILog has been updated to support the concept of debug logs. Debug logs are now controlled by
config.json
instead of by preprocessor debug flag. (@hakusaro) - Removed
/confuse
command and Terraria player data resync from @zidonuke. (@hakusaro) - Attempted to fix the player desync issue by changing
LastNetPosition
logic and disabling a check in Bouncer that would normally reject player update packets from players. (@QuiCM, @hakusaro)
This is a release that is suitable for private servers with trusted players: several anticheat checks have been disabled due to changes in the Terraria
protocol. These checks include projectile spam checks and net modules (liquid exploits in particular). We highly suggest making a backup of your world (and potentially any existing server data you have). This is also an interesting release because it includes changes that have been in development for quite some time. If you're a plugin developer, now is the time to start updating. More breaking changes may happen, but there will always be an updated API version to track.