Renamed TSPlayer.CheckIgnores() -> TSPlayer.IsBeingDisabled()

Since all of the flags it was checking have been demystified, this
is pretty self explanatory now.
This commit is contained in:
Lucas Nicodemus 2017-12-20 17:42:59 -07:00
parent 8e5ee7d286
commit 97f48d6d41
4 changed files with 31 additions and 28 deletions

View file

@ -56,7 +56,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Added `TSPlayer` to `GetDataHandlers.GemLockToggle`. (@hakusaro)
* Added `GetDataHandlers.PlaceItemFrame` hook and related arguments. (@hakusaro)
* Added `TSPlayer.IsBouncerThrottled()`. (@hakusaro)
* Added `TSPlayer.CheckIgnores()` and removed `TShock.CheckIgnores(TSPlayer)`. (@hakusaro)
* Added `TSPlayer.IsBeingDisabled()` and removed `TShock.CheckIgnores(TSPlayer)`. (@hakusaro)
## 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.