Merge branch 'general-devel' of https://github.com/NyxStudios/TShock into general-devel
This commit is contained in:
commit
09f6dd2f9d
1 changed files with 2 additions and 1 deletions
|
|
@ -1090,9 +1090,10 @@ namespace TShockAPI
|
|||
{
|
||||
args.Player.SendErrorMessage("User " + user.Name + " does not exist!");
|
||||
}
|
||||
catch (UserManagerException)
|
||||
catch (UserManagerException e)
|
||||
{
|
||||
args.Player.SendErrorMessage("User " + user.Name + " could not be added. Check console for details.");
|
||||
TShock.Log.ConsoleError(e.ToString());
|
||||
}
|
||||
}
|
||||
else if (subcmd == "help")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue