From c16f7b60e2e0c7f6176c73505e44d4991a4f6623 Mon Sep 17 00:00:00 2001 From: Moonstone Studios <61355352+MoonstoneStudios@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:27:16 -0700 Subject: [PATCH] Use tabs instead of spaces Not sure why Visual Studio set the whitespace type to MIXED. --- QSB/ElevatorSync/WorldObjects/QSBElevator.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QSB/ElevatorSync/WorldObjects/QSBElevator.cs b/QSB/ElevatorSync/WorldObjects/QSBElevator.cs index 9d004e09..fc543f11 100644 --- a/QSB/ElevatorSync/WorldObjects/QSBElevator.cs +++ b/QSB/ElevatorSync/WorldObjects/QSBElevator.cs @@ -41,10 +41,10 @@ public class QSBElevator : WorldObject if (_elevatorTrigger.IsTrackingObject(Locator.GetPlayerDetector())) { var attachPoint = AttachedObject._attachPoint; - if (IsLogLift) + if (IsLogLift) { - attachPoint.transform.position = Locator.GetPlayerTransform().position; - QSBCore.Helper.Console.WriteLine($"Moved the anchor point to {attachPoint.transform.position}"); + attachPoint.transform.position = Locator.GetPlayerTransform().position; + QSBCore.Helper.Console.WriteLine($"Moved the anchor point to {attachPoint.transform.position}"); } attachPoint.AttachPlayer();