Declare BiomeTorchPlaceStyle's purpose

This commit is contained in:
Arthri 2021-07-25 14:07:38 +08:00
parent de22400b3f
commit fd3e857f06

View file

@ -332,6 +332,8 @@ namespace TShockAPI
{
tplayer.UsingBiomeTorches = true;
}
// BiomeTorchPlaceStyle returns the place style of the player's
// current biome's biome torch
var biomeTorchStyle = tplayer.BiomeTorchPlaceStyle(placeStyle);
if (!usingBiomeTorches)
{