From 01d551aa30d7b56875c84dfcfa84557ea76cada2 Mon Sep 17 00:00:00 2001 From: Arthri <41360489+Arthri@users.noreply.github.com> Date: Wed, 18 Aug 2021 18:39:53 +0800 Subject: [PATCH] Clarify multi-block tiles --- TShockAPI/Bouncer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 45dfa76c..b1aaa0ea 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -118,6 +118,7 @@ namespace TShockAPI // The following section is based off Player.PlaceThing_Tiles_PlaceIt and Player.PlaceThing_Tiles_PlaceIt_GetLegacyTileStyle. + // Multi-block tiles are intentionally ignored because they don't pass through OnTileEdit. PlaceStyleCorrectors.Add(TileID.Torches, (player, requestedPlaceStyle, actualItemPlaceStyle) => {