Fixed cannon tiles orientation bug

This commit is contained in:
Zack Piispanen 2013-10-04 15:21:28 -04:00
parent 142b67ace3
commit f55eaa3caf
2 changed files with 2 additions and 4 deletions

View file

@ -1608,7 +1608,7 @@ namespace TShockAPI
/// <summary>
/// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc).
/// </summary>
private static byte[] orientableTiles = new byte[] { 15, 79, 90, 137 };
private static byte[] orientableTiles = new byte[] { 15, 79, 90, 137, 209 };
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
{