added some useful permissions

(canregister,canlogin,canchangepassword,canpartychat,cantalkinthird,candisplayplaying)
This commit is contained in:
Natrim 2011-12-28 09:55:53 +01:00
parent 08069c6f97
commit aa0642c64a
4 changed files with 33 additions and 7 deletions

View file

@ -43,6 +43,13 @@ namespace TShockDBEditor
CommandList.Add("immunetokick");
CommandList.Add("immunetoban");
CommandList.Add("usebanneditem");
CommandList.Add("canregister");
CommandList.Add("canlogin");
CommandList.Add("canchangepassword");
CommandList.Add("canpartychat");
CommandList.Add("cantalkinthird");
CommandList.Add("candisplayplaying");
foreach (string command in CommandList)
{