diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 677e0016..758ad606 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -44,7 +44,7 @@ namespace TShockAPI private static string LogFormat = LogFormatDefault; private static bool LogClear = false; public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "4.x & 50th download milestone"; + public static readonly string VersionCodename = "4.x & 50,000th download milestone"; public static string SavePath = "tshock";