Handle vanilla -lang and -language CLI flags for I18n

This commit is contained in:
yuyu 2022-10-23 22:23:26 +08:00 committed by 結柚
parent 632df52ce7
commit 3ead63f9ac
2 changed files with 23 additions and 2 deletions

View file

@ -69,6 +69,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
* Check loadout slots for hacked item stacks. (@drunderscore)
* Fix players being kicked after using the Flamethrower to apply the `OnFire3` debuff for `1200` ticks. (@BashGuy10)
* Fix being kicked for using the new sponge types on liquid. (@BashGuy10)
* Added support of `-lang` and `-language` flags for our i18n system. (@KawaiiYuyu)
## TShock 4.5.18
* Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@PotatoCider)