This commit is contained in:
Lucas Nicodemus 2011-07-01 03:36:40 -06:00
parent a66d016fcb
commit a4e148e9ef

View file

@ -35,7 +35,7 @@ namespace TShockAPI
public class TShock : TerrariaPlugin public class TShock : TerrariaPlugin
{ {
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
public static readonly string VersionCodename = "Lol, packet changes."; public static readonly string VersionCodename = "This is the part where we fix TShock";
public static string SavePath = "tshock"; public static string SavePath = "tshock";