Skip to content

Commit

Permalink
Version tick to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moneylover3246 committed Jul 4, 2021
1 parent 93e9ae3 commit b1ed201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Crossplay/Crossplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<int> AllowedVersions = new List<int>() { 230, 233, 234, 235, 236, 237 };
public static string ConfigPath => Path.Combine("tshock", "Crossplay.json");
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions Crossplay/obj/Debug/netstandard2.0/Crossplay.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b1ed201

Please sign in to comment.