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:
parent
174acade76
commit
1306043c00
3 changed files with 31 additions and 2 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue