Skip to content

Commit

Permalink
Update submodule to 167.0.0 (space-wizards#21060)
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth authored Oct 17, 2023
1 parent fd99451 commit d394477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ public bool TryDrop(EntityUid uid, Hand hand, EntityCoordinates? targetDropLocat

var target = targetDropLocation.Value.ToMap(EntityManager, TransformSystem);
TransformSystem.SetWorldPosition(itemXform, GetFinalDropCoordinates(uid, userXform.MapPosition, target));
// TODO: Temporary measure until we get engine method for setworldpos nolerp.
TransformSystem.DeactivateLerp(itemXform);
return true;
}

Expand Down

0 comments on commit d394477

Please sign in to comment.