Fix water fountains
This commit is contained in:
parent
6b283393b0
commit
39e1d9ced8
1 changed files with 1 additions and 1 deletions
|
|
@ -1612,7 +1612,7 @@ namespace TShockAPI
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc).
|
/// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
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)
|
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue