diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 85be41f8..532f73dc 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -1608,7 +1608,7 @@ namespace TShockAPI /// /// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc). /// - private static byte[] orientableTiles = new byte[] { 15, 79, 90, 137, 209 }; + private static byte[] orientableTiles = new byte[] { 15, 79, 90, 128, 137, 209 }; private static bool HandleSendTileSquare(GetDataHandlerArgs args) {