Fixed a typo that would have caused issues
This commit is contained in:
parent
4bc4b2a6eb
commit
da62f23c50
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ namespace TShockAPI.DB
|
|||
|
||||
try
|
||||
{
|
||||
TShock.Users.SetUserPassword(this, Password);
|
||||
TShock.Users.SetUserPassword(this, password);
|
||||
}
|
||||
catch (UserManagerException e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue