Added UserManager.RemoveUser(string inputUser, bool ip)

This commit is contained in:
Lucas Nicodemus 2011-07-12 00:44:39 -06:00
parent b629c6e48f
commit 101aaa4856
2 changed files with 39 additions and 4 deletions

View file

@ -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")
{
}
}
}