mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
Use tabs instead of spaces
Not sure why Visual Studio set the whitespace type to MIXED.
This commit is contained in:
parent
b16161114c
commit
c16f7b60e2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user