diff --git a/TShockAPI/Handlers/SendTileRectHandler.cs b/TShockAPI/Handlers/SendTileRectHandler.cs index c165a267..c68895ae 100644 --- a/TShockAPI/Handlers/SendTileRectHandler.cs +++ b/TShockAPI/Handlers/SendTileRectHandler.cs @@ -463,11 +463,15 @@ namespace TShockAPI.Handlers if ((updateType & TileDataType.TilePaint) != 0) { tile.color(newTile.TileColor); + tile.fullbrightBlock(newTile.FullbrightBlock); + tile.invisibleBlock(newTile.InvisibleBlock); } if ((updateType & TileDataType.WallPaint) != 0) { tile.wallColor(newTile.WallColor); + tile.fullbrightWall(newTile.FullbrightWall); + tile.invisibleWall(newTile.InvisibleWall); } if ((updateType & TileDataType.Liquid) != 0)