Re-enable console input via TSAPI submodule bump
This re-enables command input when backgrounded. To disable this behavior, pass -disable-commands. This patch is from @DeathCradle, who we love immensely. Please give him all of your money. It's the ethical thing to do. Fixes #1450.
This commit is contained in:
parent
9c748abda8
commit
c5421460ae
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* Added `Main.worldPathName` to `/worldinfo` command. Now, if you need to see what the location on disk for your world file is, you can simply run `/worldinfo` to find out. This is particularly helpful on Linux and macOS, where the world path isn't obvious. (@hakusaro)
|
||||
* Correct rejection message in LandGolfBallInCupHandler to output the proper expected player id. (@drunderscore)
|
||||
* Clarified the error mesage that the console is presented if a rate-limit is reached over REST to indicate that "tokens" actually refers to rate-limit tokens, and not auth tokens, and added a hint as to what config setting determines this. (@hakusaro, @patsore)
|
||||
* Fixed an issue where, when the console was redirected, input was disabled and commands didn't work, in TSAPI. You can now pass `-disable-commands` to disable the input thread, but by default, it will be enabled. Fixes [#1450](https://github.com/Pryaxis/TShock/issues/1450). (@DeathCradle, @QuiCM)
|
||||
|
||||
## TShock 4.5.4
|
||||
* Fixed ridiculous typo in `GetDataHandlers` which caused TShock to read the wrong field in the packet for `usingBiomeTorches`. (@hakusaro, @Arthri)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e9e2ad919dd8b1b2bc1aeb3b96da7542dadc16a8
|
||||
Subproject commit 8c2c087327bbd1f20ff6c46f4d11e5714e57064b
|
||||
Loading…
Add table
Add a link
Reference in a new issue