Added hacky way of dealing with spammed build protection messages.

This commit is contained in:
Lucas Nicodemus 2011-07-11 23:19:05 -06:00
parent d57300099e
commit fa41521986
4 changed files with 9 additions and 6 deletions

View file

@ -41,7 +41,7 @@ namespace TShockAPI
public class TShock : TerrariaPlugin
{
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
public static readonly string VersionCodename = "This is the part where we fix TShock";
public static readonly string VersionCodename = "Skanky Hacker: The Deathly Database Part 2";
public static string SavePath = "tshock";