From fc5c575bf67229ffed12acf5907422dcb169fe8e Mon Sep 17 00:00:00 2001 From: MarioE Date: Fri, 20 Dec 2013 19:52:24 -0500 Subject: [PATCH] Fix placing Christmas tree decorations --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index fc0cb83b..57ffe22a 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -1594,7 +1594,7 @@ namespace TShockAPI /// /// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc). /// - private static byte[] orientableTiles = new byte[] { 15, 79, 90, 105, 128, 137, 139, 207, 209 }; + private static byte[] orientableTiles = new byte[] { 15, 79, 90, 105, 128, 137, 139, 171, 207, 209 }; private static bool HandleSendTileSquare(GetDataHandlerArgs args) {