Don't catch the exceptions we throw in SetUserGroup
For some reason, we were catching our own exceptions and then throwing UesrManagerExceptions despite the fact that we explicitly threw more specific exceptions. Fixes #1315.
This commit is contained in:
parent
6151c86630
commit
b15dfbc1ec
2 changed files with 8 additions and 7 deletions
|
|
@ -15,6 +15,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* `/status`
|
||||
* `/v2/players/read`
|
||||
* `/v2/server/rawcmd` (@WhiteXZ).
|
||||
* Fixed `/user group` always giving an unhelpful error messaging telling you to check the console, even if we knew exactly why it failed (@nicatronTg).
|
||||
|
||||
## TShock 4.3.20
|
||||
* Security improvement: The auth system is now automatically disabled if a superadmin exists in the database (@Enerdy).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue