Fixed a typo that would have caused issues

This commit is contained in:
White 2015-05-28 17:06:58 +09:30
parent 4bc4b2a6eb
commit da62f23c50

View file

@ -467,7 +467,7 @@ namespace TShockAPI.DB
try try
{ {
TShock.Users.SetUserPassword(this, Password); TShock.Users.SetUserPassword(this, password);
} }
catch (UserManagerException e) catch (UserManagerException e)
{ {