fix(SendTileRectHandler): unable to place LogicSensors
This commit is contained in:
parent
99e37ccba4
commit
596d7873b7
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ namespace TShockAPI.Handlers
|
|||
TileRectMatch.Placement(2, 2, TileID.ItemFrame, 162, 18, 18, 18),
|
||||
TileRectMatch.Placement(3, 3, TileID.WeaponsRack2, 90, 36, 18, 18),
|
||||
TileRectMatch.Placement(1, 1, TileID.FoodPlatter, 18, 0, 18, 18),
|
||||
TileRectMatch.Placement(1, 1, TileID.LogicSensor, 108, 0, 18, 18),
|
||||
TileRectMatch.Placement(1, 1, TileID.LogicSensor, 18, 108, 18, 18),
|
||||
|
||||
TileRectMatch.StateChangeY(3, 2, TileID.Campfire, 54, 18),
|
||||
TileRectMatch.StateChangeY(4, 3, TileID.Cannon, 468, 18),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue