Remove Utils.GetPlayers().
This is a public method that only has two uses in TShock and both of them are listing players to a player. A foreach isn't rocket science and this method was originally created just because there was no good object to iterate on (e.g., a TSPlayer array).
This commit is contained in:
parent
48393d60c7
commit
f06d1fd238
3 changed files with 31 additions and 29 deletions
|
|
@ -74,6 +74,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* Removed `Utils.GetPlayerIP()`. (@hakusaro)
|
||||
* Moved `Utils.Ban()` to `TSPlayer.Ban()`. (@hakusaro)
|
||||
* Moved `Utils.SendMultipleMatchError()` to `TSPlayer.SendMultipleMatchError`. (@hakusaro)
|
||||
* Removed `Utils.GetPlayers()`. Iterate over the TSPlayers on the server and make your own list.
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue