From b1ed201b0eabdf2ddece3efa26635af9be6bac9d Mon Sep 17 00:00:00 2001 From: Moneylover3246 <66443019+Moneylover3246@users.noreply.github.com> Date: Sun, 4 Jul 2021 04:09:06 -0400 Subject: [PATCH] Version tick to 1.4.1 --- Crossplay/Crossplay.cs | 4 ++-- Crossplay/obj/Debug/netstandard2.0/Crossplay.AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Crossplay/Crossplay.cs b/Crossplay/Crossplay.cs index b8f08f4..59df12b 100644 --- a/Crossplay/Crossplay.cs +++ b/Crossplay/Crossplay.cs @@ -20,7 +20,7 @@ public class Crossplay : TerrariaPlugin public override string Name => "Crossplay"; public override string Author => "Moneylover3246"; public override string Description => "Enables crossplay for terraria"; - public override Version Version => new Version("1.4"); + public override Version Version => new Version("1.4.1"); private static List AllowedVersions = new List() { 230, 233, 234, 235, 236, 237 }; public static string ConfigPath => Path.Combine("tshock", "Crossplay.json"); @@ -244,7 +244,7 @@ private void SendBytes(SendBytesEventArgs args) { if (Config.Settings.EnablePacketDebugging) { - Console.WriteLine("[Crossplay Debug] SendTileRect width and length are uneven."); + Console.WriteLine($"[Crossplay Debug] SendTileRect width and length are uneven, sending tile square with a size of {size}"); } TShock.Players[playerIndex].SendTileSquare(tileX, tileY, size); return; diff --git a/Crossplay/obj/Debug/netstandard2.0/Crossplay.AssemblyInfo.cs b/Crossplay/obj/Debug/netstandard2.0/Crossplay.AssemblyInfo.cs index 545362e..30ac2b8 100644 --- a/Crossplay/obj/Debug/netstandard2.0/Crossplay.AssemblyInfo.cs +++ b/Crossplay/obj/Debug/netstandard2.0/Crossplay.AssemblyInfo.cs @@ -13,10 +13,10 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Crossplay")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4.1")] [assembly: System.Reflection.AssemblyProductAttribute("Crossplay")] [assembly: System.Reflection.AssemblyTitleAttribute("Crossplay")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.4")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.4.1")] // Generated by the MSBuild WriteCodeFragment class.