From fd3e857f068bdf784859f0caf8c5bd59860d06d2 Mon Sep 17 00:00:00 2001 From: Arthri <41360489+Arthri@users.noreply.github.com> Date: Sun, 25 Jul 2021 14:07:38 +0800 Subject: [PATCH] Declare BiomeTorchPlaceStyle's purpose --- TShockAPI/Bouncer.cs | 2 ++ 1 file changed, 2 insertions(+) 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) {