Hide command args when not DoLog

resolves #2779
This commit is contained in:
Stargazing Koishi 2022-10-31 14:05:55 -07:00 committed by SGKoishi
parent 45ea3cc771
commit e72896490d
No known key found for this signature in database
GPG key ID: 8FFC399070653828
2 changed files with 7 additions and 1 deletions

View file

@ -72,6 +72,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
* Fixed SSC not save `ateArtisanBread`, `usedAegisCrystal`, `usedAegisFruit`, `usedArcaneCrystal`, `usedGalaxyPearl`, `usedGummyWorm`, `usedAmbrosia`, `unlockedSuperCart`, `enabledSuperCart` flags, and Server will correct read them. (@hufang360)
* Allow flask buffs to be applied on town npc due to the Flymeal. Add a permission could skip the buff detection. (@KawaiiYuyu)
* Dockerize TShock (@PotatoCider)
* Log the command itself without arguments if the command is not DoLog. (@sgkoishi, [#2779](https://github.com/Pryaxis/TShock/issues/2779))
* Add ability for items given to players to be inserted directly into their inventory instead of spawned as an item drop (@pontaoski)
* Added support of `-lang` and `-language` flags for our i18n system. (@KawaiiYuyu)