parent
cef253ce20
commit
16960c7d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -1030,7 +1030,7 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
// Password changing requires a username, and a new password to set
|
||||
else if (subcmd == "password")
|
||||
else if (subcmd == "password" && args.Parameters.Count == 3)
|
||||
{
|
||||
var user = new User();
|
||||
user.Name = args.Parameters[1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue