Tick version, update to latest tsapi.

This commit is contained in:
Zack Piispanen 2014-05-10 15:02:40 -04:00
parent 1eb40afd1c
commit c8125af0cc
3 changed files with 4 additions and 4 deletions

View file

@ -1613,7 +1613,7 @@ namespace TShockAPI
/// <summary>
/// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc).
/// </summary>
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)
{

View file

@ -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")]