Added savessi and overridessi to the commandlist. This allows users to save everyones ssi or in the event someone is banned from doing anything once logging in, they can have their account overriden. I haven't tested any of this, as I will be away from this computer, but plan on testing tomorrow.

This commit is contained in:
Zack Piispanen 2012-04-06 16:23:01 -04:00
parent c474dca304
commit 7a42c56f30
2 changed files with 47 additions and 0 deletions

View file

@ -161,6 +161,9 @@ namespace TShockAPI
[Description("User can see the id of players with /who")]
public static readonly string seeids;
[Description("User can save all the players SSI state.")]
public static readonly string savessi;
static Permissions()
{
foreach (var field in typeof (Permissions).GetFields())