Tick version, update to latest tsapi.
This commit is contained in:
parent
1eb40afd1c
commit
c8125af0cc
3 changed files with 4 additions and 4 deletions
|
|
@ -1613,7 +1613,7 @@ namespace TShockAPI
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc).
|
/// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc).
|
||||||
/// </summary>
|
/// </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)
|
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -49,5 +49,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// MMdd of the build
|
// MMdd of the build
|
||||||
|
|
||||||
[assembly: AssemblyVersion("4.2.2.0409")]
|
[assembly: AssemblyVersion("4.2.2.0510")]
|
||||||
[assembly: AssemblyFileVersion("4.2.2.0409")]
|
[assembly: AssemblyFileVersion("4.2.2.0510")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit cc291878beec01a2bc19953b495a5842cb84cf03
|
Subproject commit 6a869878bdfcd6ab3fb81c5162e98bec94ee3e26
|
||||||
Loading…
Add table
Add a link
Reference in a new issue