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

@ -97,6 +97,10 @@ namespace TShockAPI
get { return "The administration modification of the future."; }
}
public override string UpdateURL
{
get { return ""; }
}
public TShock(Main game)
: base(game)
{