This applies https://github.com/Pryaxis/TShock/pull/3018 as a patch per @punchready because they deleted the head repository so that we can't merge it and none of the git objects have valid refs anymore on the command line and we can't merge it on the gui.
This commit is contained in:
Lucas Nicodemus 2025-01-26 08:45:11 +09:00
parent 2952762032
commit b984ff8b65
No known key found for this signature in database
2 changed files with 7 additions and 5 deletions

View file

@ -83,6 +83,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
* Changed the use of `Player.active` to `TSPlayer.Active` for consistency. (@sgkoishi, #2939)
* Fix typo in config for IP bans. (@redchess64)
* Fixed unable to transfer long response body for REST API. (@sgkoishi, #2925)
* Fixed the `/wind` command not being very helpful. (@punchready)
## TShock 5.2.1
* Updated `TSPlayer.GodMode`. (@AgaSpace)