diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs
index 9945d754..464bbfff 100644
--- a/TShockAPI/Bouncer.cs
+++ b/TShockAPI/Bouncer.cs
@@ -117,7 +117,7 @@ namespace TShockAPI
GetDataHandlers.FoodPlatterTryPlacing += OnFoodPlatterTryPlacing;
- // The following section is based off and .
+ // The following section is based off Player.PlaceThing_Tiles_PlaceIt and Player.PlaceThing_Tiles_PlaceIt_GetLegacyTileStyle.
PlaceStyleCorrectors.Add(TileID.Torches,
(player, requestedPlaceStyle, actualItemPlaceStyle) =>
{