From c8125af0ccdaee44a25a0160ea76bb00c0c62ffb Mon Sep 17 00:00:00 2001 From: Zack Piispanen Date: Sat, 10 May 2014 15:02:40 -0400 Subject: [PATCH] Tick version, update to latest tsapi. --- TShockAPI/GetDataHandlers.cs | 2 +- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- TerrariaServerAPI | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index cf2401d7..2572c808 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -1613,7 +1613,7 @@ namespace TShockAPI /// /// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc). /// - private static int[] orientableTiles = new int[] { 15, 79, 90, 105, 128, 137, 139, 171, 207, 209 }; + private static int[] orientableTiles = new int[] { 15, 79, 90, 105, 128, 137, 139, 171, 207, 209, 314 }; private static bool HandleSendTileSquare(GetDataHandlerArgs args) { diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index e41e4a93..0d76afb6 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Runtime.InteropServices; // Build Number // MMdd of the build -[assembly: AssemblyVersion("4.2.2.0409")] -[assembly: AssemblyFileVersion("4.2.2.0409")] +[assembly: AssemblyVersion("4.2.2.0510")] +[assembly: AssemblyFileVersion("4.2.2.0510")] diff --git a/TerrariaServerAPI b/TerrariaServerAPI index cc291878..6a869878 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit cc291878beec01a2bc19953b495a5842cb84cf03 +Subproject commit 6a869878bdfcd6ab3fb81c5162e98bec94ee3e26