Make Kick/BanOnMediumcoreDeath behave like their Hardcore equvivalents

fixes #1618
This commit is contained in:
Egor 2018-04-27 05:44:22 +03:00
parent 691aa043a9
commit 9ac3dfa228
2 changed files with 14 additions and 28 deletions

View file

@ -81,6 +81,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* `Utils.GetIPv4Address()` is now `Utils.GetIPv4AddressFromHostname()`. (@hakusaro)
* Fixed the disappearing problem when placing tile entities. (@mistzzt)
* Removed the stat tracking system. (@hakusaro)
* Fixed erroneous kicks and bans when using `KickOnMediumcoreDeath` and `BanOnMediumcoreDeath` options. (@DankRank)
## TShock 4.3.25
* Fixed a critical exploit in the Terraria protocol that could cause massive unpreventable world corruption as well as a number of other problems. Thanks to @bartico6 for reporting. Fixed by the efforts of @QuiCM, @hakusaro, and tips in the right directioon from @bartico6.