Move SendMultipleMatchError to TSPlayer.

This is a great method for a player to have and not for the Utils class
to have.
This commit is contained in:
Lucas Nicodemus 2017-12-29 08:15:04 -07:00
parent afdedee1c4
commit 48393d60c7
4 changed files with 54 additions and 54 deletions

View file

@ -73,6 +73,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Removed `Utils.ForceKick()`. (@hakusaro)
* Removed `Utils.GetPlayerIP()`. (@hakusaro)
* Moved `Utils.Ban()` to `TSPlayer.Ban()`. (@hakusaro)
* Moved `Utils.SendMultipleMatchError()` to `TSPlayer.SendMultipleMatchError`. (@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.