From 8695683a62696cc9857465b1184c88db0bc876bc Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 23 Jun 2011 16:41:36 -0600 Subject: [PATCH 1/2] Version tick --- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- TShockAPI/TShock.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index a6ae978b..cba14dec 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.0.0623")] -[assembly: AssemblyFileVersion("2.2.0.0623")] \ No newline at end of file +[assembly: AssemblyVersion("2.3.0.0623")] +[assembly: AssemblyFileVersion("2.3.0.0623")] \ No newline at end of file diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 0d58d4e6..f396fddb 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -34,7 +34,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "Forgot to increase the version."; + public static readonly string VersionCodename = "Lol, packet changes."; public static readonly string SavePath = "tshock"; From 9636ebf0e582106a7044848a52bf53b4748afa3b Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 23 Jun 2011 16:50:29 -0600 Subject: [PATCH 2/2] Players can join on 1.0.5, and apparently some features work. --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index f396fddb..41b1ce36 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -258,7 +258,7 @@ namespace TShockAPI } Players[ply] = player; - Netplay.serverSock[ply].spamCheck = ConfigurationManager.SpamChecks; + Netplay.spamCheck = ConfigurationManager.SpamChecks; } private void OnLeave(int ply)