From a4e148e9ef04620d39689a054437efc8434720f2 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 1 Jul 2011 03:36:40 -0600 Subject: [PATCH] Closes #163 --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 0eea86fa..2b4403a5 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -35,7 +35,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { 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";