Updated server bin

Added PluginUpdater stuff.  Very alpha at the moment until we can test more thoroughly.
This commit is contained in:
Zack Piispanen 2013-05-18 23:53:28 -04:00
parent e37ada8749
commit 9ec77332fb
8 changed files with 276 additions and 1 deletions

View file

@ -176,6 +176,8 @@ namespace TShockAPI
[Description("User can use /spawn.")] public static readonly string spawn;
[Description("User can elevate other users' groups temporarily.")] public static readonly string settempgroup;
[Description("User can download updates to plugins that are currently running.")] public static readonly string updateplugins;
static Permissions()
{
foreach (var field in typeof (Permissions).GetFields())