Added permission for seeing ids when using /who

Also added in the ability to see ids when using /who.  Good for quickly adding ids to a region.
This commit is contained in:
Zack Piispanen 2012-01-26 19:41:12 -05:00
parent 174acade76
commit 1306043c00
3 changed files with 31 additions and 2 deletions

View file

@ -158,7 +158,10 @@ namespace TShockAPI
[Description("User can start invasions (Goblin/Snow Legion) using items")]
public static readonly string startinvasion;
static Permissions()
[Description("User can see the id of players with /who")]
public static readonly string seeids;
static Permissions()
{
foreach (var field in typeof (Permissions).GetFields())
{