Use tabs instead of spaces

Not sure why Visual Studio set the whitespace type to MIXED.
This commit is contained in:
Moonstone Studios 2023-10-25 21:27:16 -07:00
parent b16161114c
commit c16f7b60e2
No known key found for this signature in database
GPG Key ID: 049449FDBA649F3E

View File

@ -41,10 +41,10 @@ public class QSBElevator : WorldObject<Elevator>
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();