Added UserManager.RemoveUser(string inputUser, bool ip)
This commit is contained in:
parent
b629c6e48f
commit
101aaa4856
2 changed files with 39 additions and 4 deletions
|
|
@ -359,10 +359,10 @@ namespace TShockAPI
|
|||
args.Player.SendMessage("Could not add user", Color.Green);
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
args.Player.SendMessage("Invalid syntax. Try /user help.", Color.Red);
|
||||
}
|
||||
args.Player.SendMessage("Invalid syntax. Try /user help.", Color.Red);
|
||||
} else if (args.Parameters[0] == "del")
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue