Remove useless UpdateURL code

This commit is contained in:
Lucas Nicodemus 2015-02-28 17:36:34 -07:00
parent db5e88acf7
commit 34126651aa

View file

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