We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b23385 commit f2f6569Copy full SHA for f2f6569
1 file changed
LabExtended/API/Containers/PositionContainer.cs
@@ -291,12 +291,6 @@ public Vector3? GroundPosition
291
/// <param name="position">The position to set.</param>
292
public void Set(Vector3 position)
293
{
294
- if (Player is { IsDummy: true, Role.Motor: not null })
295
- {
296
- Player.Role.Motor.ReceivedPosition = new(position);
297
- return;
298
- }
299
-
300
Player.ReferenceHub.TryOverridePosition(position);
301
}
302
0 commit comments