This isnt XML

This commit is contained in:
Arthri 2021-08-17 23:42:01 +08:00
parent 16451ec0e9
commit 307ff79170

View file

@ -117,7 +117,7 @@ namespace TShockAPI
GetDataHandlers.FoodPlatterTryPlacing += OnFoodPlatterTryPlacing;
// The following section is based off <see cref="Player.PlaceThing_Tiles_PlaceIt(bool, TileObject)"/> and <see cref="Player.PlaceThing_Tiles_PlaceIt_GetLegacyTileStyle"/>.
// The following section is based off Player.PlaceThing_Tiles_PlaceIt and Player.PlaceThing_Tiles_PlaceIt_GetLegacyTileStyle.
PlaceStyleCorrectors.Add(TileID.Torches,
(player, requestedPlaceStyle, actualItemPlaceStyle) =>
{