diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 12772af5..663148cf 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -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) {