Fix Minecart tracks, remove syncPlayers() from...

... SetTime
This commit is contained in:
Simon 2014-05-11 15:17:46 +04:00
parent 14eb317dbd
commit d2dfd394ee
2 changed files with 2 additions and 2 deletions

View file

@ -1614,7 +1614,7 @@ namespace TShockAPI
/// <summary>
/// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc).
/// </summary>
private static int[] orientableTiles = new int[] { 15, 79, 90, 105, TileID.Mannequin, 137, 139, 171, 207, 209, 314, TileID.Womannequin };
private static int[] orientableTiles = new int[] { 15, 79, 90, 105, TileID.Mannequin, 137, 139, 171, 207, 209, 314, TileID.Womannequin, TileID.MinecartTrack };
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
{