mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 03:32:47 +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()))
|
if (_elevatorTrigger.IsTrackingObject(Locator.GetPlayerDetector()))
|
||||||
{
|
{
|
||||||
var attachPoint = AttachedObject._attachPoint;
|
var attachPoint = AttachedObject._attachPoint;
|
||||||
if (IsLogLift)
|
if (IsLogLift)
|
||||||
{
|
{
|
||||||
attachPoint.transform.position = Locator.GetPlayerTransform().position;
|
attachPoint.transform.position = Locator.GetPlayerTransform().position;
|
||||||
QSBCore.Helper.Console.WriteLine($"Moved the anchor point to {attachPoint.transform.position}");
|
QSBCore.Helper.Console.WriteLine($"Moved the anchor point to {attachPoint.transform.position}");
|
||||||
}
|
}
|
||||||
|
|
||||||
attachPoint.AttachPlayer();
|
attachPoint.AttachPlayer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user