Skip to content

Commit

Permalink
fix place interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
stilnat committed Oct 18, 2024
1 parent 5219d16 commit 6e4697f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public PlaceInteraction(float timeToMoveBackHand, float timeToReachDropPlace)
{
TimeToReachDropPlace = timeToReachDropPlace;
TimeToMoveBackHand = timeToMoveBackHand;
Delay = TimeToReachDropPlace + TimeToMoveBackHand;
Delay = TimeToReachDropPlace;
}

public override string GetName(InteractionEvent interactionEvent)
Expand Down

0 comments on commit 6e4697f

Please sign in to comment.