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>
|
||||
/// 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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue