Added target dummy to OrientableTiles. Fixes #999
This commit is contained in:
parent
ba677f83cb
commit
44430a82c9
1 changed files with 2 additions and 1 deletions
|
|
@ -1648,7 +1648,8 @@ namespace TShockAPI
|
||||||
TileID.MinecartTrack,
|
TileID.MinecartTrack,
|
||||||
TileID.WeaponsRack,
|
TileID.WeaponsRack,
|
||||||
TileID.ItemFrame,
|
TileID.ItemFrame,
|
||||||
TileID.LunarMonolith
|
TileID.LunarMonolith,
|
||||||
|
TileID.TargetDummy
|
||||||
};
|
};
|
||||||
|
|
||||||
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
|
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue