Merge branch 'master' of github.com:TShock/TShock

This commit is contained in:
high 2011-07-22 23:12:20 -04:00
commit 7f5324795c
2 changed files with 5 additions and 1 deletions

View file

@ -110,6 +110,7 @@ namespace TShockAPI
public static void InitCommands()
{
//When adding new perm in here, add new perm to CommandList in DBEditor
ChatCommands.Add(new Command("kick", Kick, "kick"));
ChatCommands.Add(new Command("ban", Ban, "ban"));
ChatCommands.Add(new Command("ban", BanIP, "banip"));