From 39e1d9ced82baaa633768b4eec1d300882e8bf2b Mon Sep 17 00:00:00 2001 From: MarioE Date: Sat, 9 Nov 2013 14:08:12 -0500 Subject: [PATCH] Fix water fountains --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index f14ad5a3..ae002603 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -1612,7 +1612,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, 209 }; + private static byte[] orientableTiles = new byte[] { 15, 79, 90, 105, 128, 137, 139, 207, 209 }; private static bool HandleSendTileSquare(GetDataHandlerArgs args) {