Skip to content

Commit f2f6569

Browse files
committed
WHY THE FUCK DID I ADD THIS
1 parent 8b23385 commit f2f6569

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

LabExtended/API/Containers/PositionContainer.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,6 @@ public Vector3? GroundPosition
291291
/// <param name="position">The position to set.</param>
292292
public void Set(Vector3 position)
293293
{
294-
if (Player is { IsDummy: true, Role.Motor: not null })
295-
{
296-
Player.Role.Motor.ReceivedPosition = new(position);
297-
return;
298-
}
299-
300294
Player.ReferenceHub.TryOverridePosition(position);
301295
}
302296

0 commit comments

Comments
 (0)