diff --git a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs index 5d0eaaf994dd91..77752c4fbdeb7c 100644 --- a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs +++ b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs @@ -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; } diff --git a/RobustToolbox b/RobustToolbox index 7095a58685f607..77654a16289b2c 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 7095a58685f60707b38edfc4689b658a5bd21a92 +Subproject commit 77654a16289b2c8638b344b9e858c65051512e03